diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-23 23:28:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-23 23:28:55 +0000 |
commit | 96702ca945a8deac1f989584f2b25d1a16d14b72 (patch) | |
tree | 4de934d94214ca3b46dbce6de8dabe4517bd5247 /include/usage.h | |
parent | 8ec6ee47f1e70ff25518ad6455e68d45d7ce1b87 (diff) | |
download | busybox-w32-96702ca945a8deac1f989584f2b25d1a16d14b72.tar.gz busybox-w32-96702ca945a8deac1f989584f2b25d1a16d14b72.tar.bz2 busybox-w32-96702ca945a8deac1f989584f2b25d1a16d14b72.zip |
kill lash. "lash" builtin still exists, but it runs hush.
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/usage.h b/include/usage.h index 82a17578a..d910e2bf6 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3194,15 +3194,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3194 | "[FILE]...\n" \ | 3194 | "[FILE]...\n" \ |
3195 | "or: sh -c command [args]..." | 3195 | "or: sh -c command [args]..." |
3196 | #define lash_full_usage \ | 3196 | #define lash_full_usage \ |
3197 | "The BusyBox LAme SHell (command interpreter)" | 3197 | "lash is deprecated, please use hush" |
3198 | #define lash_notes_usage \ | ||
3199 | "This command does not yet have proper documentation.\n\n" \ | ||
3200 | "Use lash just as you would use any other shell. It properly handles pipes,\n" \ | ||
3201 | "redirects, job control, can be used as the shell for scripts, and has a\n" \ | ||
3202 | "sufficient set of builtins to do what is needed. It does not (yet) support\n" \ | ||
3203 | "Bourne Shell syntax. If you need things like \"if-then-else\", \"while\", and such\n" \ | ||
3204 | "use ash or bash. If you just need a very simple and extremely small shell,\n" \ | ||
3205 | "this will do the job." | ||
3206 | 3198 | ||
3207 | #define last_trivial_usage \ | 3199 | #define last_trivial_usage \ |
3208 | "" | 3200 | "" |