diff options
author | Matt Kraai | 2001-03-27 21:57:29 +0000 |
---|---|---|
committer | Matt Kraai | 2001-03-27 21:57:29 +0000 |
commit | a2e68fc23319d77789cae6eca899f328d15368a5 (patch) | |
tree | e578d9606a12b0d129894e5069d09edc8ebaf3ab /Config.h.Hurd | |
parent | 5b8939b1472d163c4bdd459554d0a6b329a06d97 (diff) | |
download | busybox-a2e68fc23319d77789cae6eca899f328d15368a5.zip busybox-a2e68fc23319d77789cae6eca899f328d15368a5.tar.gz |
Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).
Diffstat (limited to 'Config.h.Hurd')
-rw-r--r-- | Config.h.Hurd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Config.h.Hurd b/Config.h.Hurd index 8ae9f9f..369e376 100644 --- a/Config.h.Hurd +++ b/Config.h.Hurd @@ -144,9 +144,8 @@ // at the same time... #define BB_FEATURE_USE_PROCFS // -// This compiles out everything but the most -// trivial --help usage information (i.e. reduces binary size) -//#define BB_FEATURE_TRIVIAL_HELP +// show verbose usage messages +#define BB_FEATURE_VERBOSE_USAGE // // Use termios to manipulate the screen ('more' is prettier with this on) #define BB_FEATURE_USE_TERMIOS |