diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-01 17:21:35 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-01 17:21:35 +0000 |
commit | dcfdcb7f829849a4b6d14b162cfab8e7c381fd2f (patch) | |
tree | 0ba0d2096b4305465ddea8532a5931cb4c02b343 /applets/usage.h | |
parent | 035a6d831571fa8b1d2c4b98ce5712b410d319e6 (diff) | |
download | busybox-w32-dcfdcb7f829849a4b6d14b162cfab8e7c381fd2f.tar.gz busybox-w32-dcfdcb7f829849a4b6d14b162cfab8e7c381fd2f.tar.bz2 busybox-w32-dcfdcb7f829849a4b6d14b162cfab8e7c381fd2f.zip |
Allow multiple shells to be enabled.
git-svn-id: svn://busybox.net/trunk/busybox@3177 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/usage.h b/applets/usage.h index 08da42b27..13759d23f 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -1365,12 +1365,12 @@ | |||
1365 | #define setkeycodes_example_usage \ | 1365 | #define setkeycodes_example_usage \ |
1366 | "$ setkeycodes e030 127\n" | 1366 | "$ setkeycodes e030 127\n" |
1367 | 1367 | ||
1368 | #define sh_trivial_usage \ | 1368 | #define lash_trivial_usage \ |
1369 | "[FILE]...\n" \ | 1369 | "[FILE]...\n" \ |
1370 | "or: sh -c command [args]..." | 1370 | "or: sh -c command [args]..." |
1371 | #define sh_full_usage \ | 1371 | #define lash_full_usage \ |
1372 | "lash: The BusyBox LAme SHell (command interpreter)" | 1372 | "lash: The BusyBox LAme SHell (command interpreter)" |
1373 | #define sh_notes_usage \ | 1373 | #define lash_notes_usage \ |
1374 | "This command does not yet have proper documentation.\n" \ | 1374 | "This command does not yet have proper documentation.\n" \ |
1375 | "\n" \ | 1375 | "\n" \ |
1376 | "Use lash just as you would use any other shell. It properly handles pipes,\n" \ | 1376 | "Use lash just as you would use any other shell. It properly handles pipes,\n" \ |