aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-10-16 01:49:05 -0500
committerRob Landley <rob@landley.net>2007-10-16 01:49:05 -0500
commit9abf13622b76eec96f5846298bbf012cdb8bc678 (patch)
tree8bc6d29450473e6d9a81bd3d5dbca42569d96417 /toys.h
parentd06c58df5c723594c4f214dd5d1842a178d2a5e1 (diff)
downloadtoybox-9abf13622b76eec96f5846298bbf012cdb8bc678.tar.gz
Need to commit this too. :)
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 1441c550..e78aea55 100644
--- a/toys.h
+++ b/toys.h
@@ -52,6 +52,7 @@ extern struct toy_context {
char **argv; // Original command line arguments
unsigned optflags; // Command line option flags from get_optflags()
char **optargs; // Arguments left over from get_optflags()
+ int exithelp; // Should error_exit print a usage message first? (Option parsing.)
} toys;
// One big temporary buffer, for use by applets (not library functions).