aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-04-17 17:49:44 +0000
committerJohn Beppu <beppu@lbox.org>2000-04-17 17:49:44 +0000
commit91e581fa0438b39ceb0ffb4ddcb90ee4d260ae81 (patch)
tree821da011406dde39fac4076ae8b50feca17783b8 /busybox.def.h
parent5a50def0f4f7265f74a51995852e95851f06f2a1 (diff)
downloadbusybox-91e581fa0438b39ceb0ffb4ddcb90ee4d260ae81.tar.gz
- grep -v ^\.PHONY < Makefile
+ busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied.
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 1880884f9..79eef1d12 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -130,6 +130,9 @@
// normal strings.
#define BB_FEATURE_FULL_REGULAR_EXPRESSIONS
//
+// Use only simple command help
+#define BB_FEATURE_TRIVIAL_HELP
+//
// Use termios to manipulate the screen ('more' is prettier with this on)
#define BB_FEATURE_USE_TERMIOS
//