aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-27 21:57:29 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-27 21:57:29 +0000
commitd86d2630ba0456d2f9bd8fbe600559d637fd8306 (patch)
treee578d9606a12b0d129894e5069d09edc8ebaf3ab /debian
parent3d4d0210776eb4c3a9e682f35202e1b4a72495a8 (diff)
downloadbusybox-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 'debian')
-rw-r--r--debian/Config.h-deb5
-rw-r--r--debian/Config.h-static5
-rw-r--r--debian/Config.h-udeb5
3 files changed, 6 insertions, 9 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb
index edce191c8..075e23557 100644
--- a/debian/Config.h-deb
+++ b/debian/Config.h-deb
@@ -152,9 +152,8 @@
152// I emailed Linus and this patch will not be going into the stock kernel. 152// I emailed Linus and this patch will not be going into the stock kernel.
153//#define BB_FEATURE_USE_DEVPS_PATCH 153//#define BB_FEATURE_USE_DEVPS_PATCH
154// 154//
155// This compiles out everything but the most 155// show verbose usage messages
156// trivial --help usage information (i.e. reduces binary size) 156//#define BB_FEATURE_VERBOSE_USAGE
157#define BB_FEATURE_TRIVIAL_HELP
158// 157//
159// Use termios to manipulate the screen ('more' is prettier with this on) 158// Use termios to manipulate the screen ('more' is prettier with this on)
160#define BB_FEATURE_USE_TERMIOS 159#define BB_FEATURE_USE_TERMIOS
diff --git a/debian/Config.h-static b/debian/Config.h-static
index aa634beaa..fc89e329d 100644
--- a/debian/Config.h-static
+++ b/debian/Config.h-static
@@ -152,9 +152,8 @@
152// I emailed Linus and this patch will not be going into the stock kernel. 152// I emailed Linus and this patch will not be going into the stock kernel.
153//#define BB_FEATURE_USE_DEVPS_PATCH 153//#define BB_FEATURE_USE_DEVPS_PATCH
154// 154//
155// This compiles out everything but the most 155// show verbose usage messages
156// trivial --help usage information (i.e. reduces binary size) 156#define BB_FEATURE_VERBOSE_USAGE
157//#define BB_FEATURE_TRIVIAL_HELP
158// 157//
159// Use termios to manipulate the screen ('more' is prettier with this on) 158// Use termios to manipulate the screen ('more' is prettier with this on)
160#define BB_FEATURE_USE_TERMIOS 159#define BB_FEATURE_USE_TERMIOS
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb
index c13edaf4d..4028a71da 100644
--- a/debian/Config.h-udeb
+++ b/debian/Config.h-udeb
@@ -152,9 +152,8 @@
152// I emailed Linus and this patch will not be going into the stock kernel. 152// I emailed Linus and this patch will not be going into the stock kernel.
153//#define BB_FEATURE_USE_DEVPS_PATCH 153//#define BB_FEATURE_USE_DEVPS_PATCH
154// 154//
155// This compiles out everything but the most 155// show verbose usage messages
156// trivial --help usage information (i.e. reduces binary size) 156//#define BB_FEATURE_VERBOSE_USAGE
157#define BB_FEATURE_TRIVIAL_HELP
158// 157//
159// Use termios to manipulate the screen ('more' is prettier with this on) 158// Use termios to manipulate the screen ('more' is prettier with this on)
160#define BB_FEATURE_USE_TERMIOS 159#define BB_FEATURE_USE_TERMIOS