aboutsummaryrefslogtreecommitdiff
path: root/src/_usage.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-09 17:41:53 +0000
committerRoy Marples <roy@marples.name>2007-10-09 17:41:53 +0000
commitd4685722060c23b625164beccacab6b476fcd5cd (patch)
tree8a328b3a64a4f192ce103b07c48cad4f4cdc9989 /src/_usage.h
parentdb468457dc4c1b15f62b09d70a43d418343020b8 (diff)
Improve applet help a little. Also, if mountinfo as any mounts given, work explictly with --netdev/--nonetdev
Diffstat (limited to 'src/_usage.h')
-rw-r--r--src/_usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_usage.h b/src/_usage.h
index f75da52e..9d5ee69d 100644
--- a/src/_usage.h
+++ b/src/_usage.h
@@ -13,7 +13,8 @@
{ "help", 0, NULL, 'h'}, \
{ "nocolor", 0, NULL, 'C'}, \
{ "verbose", 0, NULL, 'v'}, \
- { "quiet", 0, NULL, 'q'},
+ { "quiet", 0, NULL, 'q'}, \
+ { NULL, 0, NULL, 0 }
#define longopts_help_COMMON \
"Display this help output (duh)", \