diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
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 // |