From 9496779542d71928e605c09b4f3ffa801cd2a508 Mon Sep 17 00:00:00 2001 From: midipix Date: Mar 08 2016 19:21:06 +0000 Subject: driver: added test for --help-all. --- 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);