diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |