diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 | ||||
-rw-r--r-- | include/usage.h | 10 |
2 files changed, 1 insertions, 10 deletions
diff --git a/include/applets.h b/include/applets.h index 757fa4a25..8fdf1a241 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -312,7 +312,6 @@ USE_SETSID(APPLET(setsid, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | |||
312 | USE_SETUIDGID(APPLET_ODDNAME(setuidgid, chpst, _BB_DIR_USR_BIN, _BB_SUID_NEVER, setuidgid)) | 312 | USE_SETUIDGID(APPLET_ODDNAME(setuidgid, chpst, _BB_DIR_USR_BIN, _BB_SUID_NEVER, setuidgid)) |
313 | USE_FEATURE_SH_IS_ASH(APPLET_NOUSAGE(sh, ash, _BB_DIR_BIN, _BB_SUID_NEVER)) | 313 | USE_FEATURE_SH_IS_ASH(APPLET_NOUSAGE(sh, ash, _BB_DIR_BIN, _BB_SUID_NEVER)) |
314 | USE_FEATURE_SH_IS_HUSH(APPLET_NOUSAGE(sh, hush, _BB_DIR_BIN, _BB_SUID_NEVER)) | 314 | USE_FEATURE_SH_IS_HUSH(APPLET_NOUSAGE(sh, hush, _BB_DIR_BIN, _BB_SUID_NEVER)) |
315 | USE_FEATURE_SH_IS_LASH(APPLET_NOUSAGE(sh, lash, _BB_DIR_BIN, _BB_SUID_NEVER)) | ||
316 | USE_FEATURE_SH_IS_MSH(APPLET_NOUSAGE(sh, msh, _BB_DIR_BIN, _BB_SUID_NEVER)) | 315 | USE_FEATURE_SH_IS_MSH(APPLET_NOUSAGE(sh, msh, _BB_DIR_BIN, _BB_SUID_NEVER)) |
317 | USE_SHA1SUM(APPLET_ODDNAME(sha1sum, md5_sha1_sum, _BB_DIR_USR_BIN, _BB_SUID_NEVER, sha1sum)) | 316 | USE_SHA1SUM(APPLET_ODDNAME(sha1sum, md5_sha1_sum, _BB_DIR_USR_BIN, _BB_SUID_NEVER, sha1sum)) |
318 | USE_SLATTACH(APPLET(slattach, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 317 | USE_SLATTACH(APPLET(slattach, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
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 | "" |