From 9496779542d71928e605c09b4f3ffa801cd2a508 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 6 Mar 2016 13:31:48 -0500 Subject: driver: added test for --help-all. --- src/driver/slbt_driver_ctx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/driver') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 9888e46..dfb8581 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -120,6 +120,7 @@ int slbt_get_driver_ctx( if (entry->fopt) { switch (entry->tag) { case TAG_HELP: + case TAG_HELP_ALL: if (flags & SLBT_DRIVER_VERBOSITY_USAGE) return slbt_driver_usage(program,entry->arg,options,meta); -- cgit v1.2.3