diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-27 21:57:29 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-27 21:57:29 +0000 |
commit | d86d2630ba0456d2f9bd8fbe600559d637fd8306 (patch) | |
tree | e578d9606a12b0d129894e5069d09edc8ebaf3ab /Config.h | |
parent | 3d4d0210776eb4c3a9e682f35202e1b4a72495a8 (diff) | |
download | busybox-w32-d86d2630ba0456d2f9bd8fbe600559d637fd8306.tar.gz busybox-w32-d86d2630ba0456d2f9bd8fbe600559d637fd8306.tar.bz2 busybox-w32-d86d2630ba0456d2f9bd8fbe600559d637fd8306.zip |
Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).
git-svn-id: svn://busybox.net/trunk/busybox@2206 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -153,9 +153,8 @@ | |||
153 | // I emailed Linus and this patch will not be going into the stock kernel. | 153 | // I emailed Linus and this patch will not be going into the stock kernel. |
154 | //#define BB_FEATURE_USE_DEVPS_PATCH | 154 | //#define BB_FEATURE_USE_DEVPS_PATCH |
155 | // | 155 | // |
156 | // This compiles out everything but the most | 156 | // show verbose usage messages |
157 | // trivial --help usage information (i.e. reduces binary size) | 157 | //#define BB_FEATURE_VERBOSE_USAGE |
158 | #define BB_FEATURE_TRIVIAL_HELP | ||
159 | // | 158 | // |
160 | // Use termios to manipulate the screen ('more' is prettier with this on) | 159 | // Use termios to manipulate the screen ('more' is prettier with this on) |
161 | //#define BB_FEATURE_USE_TERMIOS | 160 | //#define BB_FEATURE_USE_TERMIOS |