aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
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).