diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" \ |