diff options
author | Matt Kraai <kraai@debian.org> | 2001-08-01 17:21:35 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-08-01 17:21:35 +0000 |
commit | 2d91deba45d5a284614e06cc55e2be03599ca26d (patch) | |
tree | 0ba0d2096b4305465ddea8532a5931cb4c02b343 /include/usage.h | |
parent | 00344431402703089c6b93f6119f9966cc7ba566 (diff) | |
download | busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.tar.gz busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.tar.bz2 busybox-w32-2d91deba45d5a284614e06cc55e2be03599ca26d.zip |
Allow multiple shells to be enabled.
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index 08da42b27..13759d23f 100644 --- a/include/usage.h +++ b/include/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" \ |