diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-21 17:58:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-21 17:58:01 +0000 |
commit | abec344ab7060d940f133d93b76e6bbe5881e205 (patch) | |
tree | 361b3fcd13d1f820eaacc64e0ec8e437ff60bbd6 | |
parent | 317827d9e51e1d99c7106a1aac395a84a968d9cd (diff) | |
download | busybox-w32-abec344ab7060d940f133d93b76e6bbe5881e205.tar.gz busybox-w32-abec344ab7060d940f133d93b76e6bbe5881e205.tar.bz2 busybox-w32-abec344ab7060d940f133d93b76e6bbe5881e205.zip |
A couple more minor touchups
-rw-r--r-- | applets/usage.h | 6 | ||||
-rw-r--r-- | include/usage.h | 6 | ||||
-rw-r--r-- | usage.h | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/applets/usage.h b/applets/usage.h index b10d927af..b442e8b35 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -1271,7 +1271,7 @@ | |||
1271 | "Remove (unlink) the FILE(s). You may use '--' to\n" \ | 1271 | "Remove (unlink) the FILE(s). You may use '--' to\n" \ |
1272 | "indicate that all following arguments are non-options.\n\n" \ | 1272 | "indicate that all following arguments are non-options.\n\n" \ |
1273 | "Options:\n" \ | 1273 | "Options:\n" \ |
1274 | "\t-i\t\talways prompt before removing each destinations\n" \ | 1274 | "\t-i\t\talways prompt before removing each destination" \ |
1275 | "\t-f\t\tremove existing destinations, never prompt\n" \ | 1275 | "\t-f\t\tremove existing destinations, never prompt\n" \ |
1276 | "\t-r or -R\tremove the contents of directories recursively" | 1276 | "\t-r or -R\tremove the contents of directories recursively" |
1277 | #define rm_example_usage \ | 1277 | #define rm_example_usage \ |
@@ -1389,7 +1389,7 @@ | |||
1389 | "\n\t-F DEVICE\topen device instead of stdin" \ | 1389 | "\n\t-F DEVICE\topen device instead of stdin" \ |
1390 | "\n\t-a\t\tprint all current settings in human-readable form" \ | 1390 | "\n\t-a\t\tprint all current settings in human-readable form" \ |
1391 | "\n\t-g\t\tprint in stty-readable form" \ | 1391 | "\n\t-g\t\tprint in stty-readable form" \ |
1392 | "\n\t[SETTING]\tsee documentation" | 1392 | "\n\t[SETTING]\tsee manpage" |
1393 | 1393 | ||
1394 | #define swapoff_trivial_usage \ | 1394 | #define swapoff_trivial_usage \ |
1395 | "[OPTION] [DEVICE]" | 1395 | "[OPTION] [DEVICE]" |
@@ -1695,7 +1695,7 @@ | |||
1695 | #define uuencode_full_usage \ | 1695 | #define uuencode_full_usage \ |
1696 | "Uuencode a file.\n\n" \ | 1696 | "Uuencode a file.\n\n" \ |
1697 | "Options:\n" \ | 1697 | "Options:\n" \ |
1698 | "\t-m\tuse base64 encoding as of RFC1521" | 1698 | "\t-m\tuse base64 encoding per RFC1521" |
1699 | #define uuencode_example_usage \ | 1699 | #define uuencode_example_usage \ |
1700 | "$ uuencode busybox busybox\n" \ | 1700 | "$ uuencode busybox busybox\n" \ |
1701 | "begin 755 busybox\n" \ | 1701 | "begin 755 busybox\n" \ |
diff --git a/include/usage.h b/include/usage.h index b10d927af..b442e8b35 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1271,7 +1271,7 @@ | |||
1271 | "Remove (unlink) the FILE(s). You may use '--' to\n" \ | 1271 | "Remove (unlink) the FILE(s). You may use '--' to\n" \ |
1272 | "indicate that all following arguments are non-options.\n\n" \ | 1272 | "indicate that all following arguments are non-options.\n\n" \ |
1273 | "Options:\n" \ | 1273 | "Options:\n" \ |
1274 | "\t-i\t\talways prompt before removing each destinations\n" \ | 1274 | "\t-i\t\talways prompt before removing each destination" \ |
1275 | "\t-f\t\tremove existing destinations, never prompt\n" \ | 1275 | "\t-f\t\tremove existing destinations, never prompt\n" \ |
1276 | "\t-r or -R\tremove the contents of directories recursively" | 1276 | "\t-r or -R\tremove the contents of directories recursively" |
1277 | #define rm_example_usage \ | 1277 | #define rm_example_usage \ |
@@ -1389,7 +1389,7 @@ | |||
1389 | "\n\t-F DEVICE\topen device instead of stdin" \ | 1389 | "\n\t-F DEVICE\topen device instead of stdin" \ |
1390 | "\n\t-a\t\tprint all current settings in human-readable form" \ | 1390 | "\n\t-a\t\tprint all current settings in human-readable form" \ |
1391 | "\n\t-g\t\tprint in stty-readable form" \ | 1391 | "\n\t-g\t\tprint in stty-readable form" \ |
1392 | "\n\t[SETTING]\tsee documentation" | 1392 | "\n\t[SETTING]\tsee manpage" |
1393 | 1393 | ||
1394 | #define swapoff_trivial_usage \ | 1394 | #define swapoff_trivial_usage \ |
1395 | "[OPTION] [DEVICE]" | 1395 | "[OPTION] [DEVICE]" |
@@ -1695,7 +1695,7 @@ | |||
1695 | #define uuencode_full_usage \ | 1695 | #define uuencode_full_usage \ |
1696 | "Uuencode a file.\n\n" \ | 1696 | "Uuencode a file.\n\n" \ |
1697 | "Options:\n" \ | 1697 | "Options:\n" \ |
1698 | "\t-m\tuse base64 encoding as of RFC1521" | 1698 | "\t-m\tuse base64 encoding per RFC1521" |
1699 | #define uuencode_example_usage \ | 1699 | #define uuencode_example_usage \ |
1700 | "$ uuencode busybox busybox\n" \ | 1700 | "$ uuencode busybox busybox\n" \ |
1701 | "begin 755 busybox\n" \ | 1701 | "begin 755 busybox\n" \ |
@@ -1271,7 +1271,7 @@ | |||
1271 | "Remove (unlink) the FILE(s). You may use '--' to\n" \ | 1271 | "Remove (unlink) the FILE(s). You may use '--' to\n" \ |
1272 | "indicate that all following arguments are non-options.\n\n" \ | 1272 | "indicate that all following arguments are non-options.\n\n" \ |
1273 | "Options:\n" \ | 1273 | "Options:\n" \ |
1274 | "\t-i\t\talways prompt before removing each destinations\n" \ | 1274 | "\t-i\t\talways prompt before removing each destination" \ |
1275 | "\t-f\t\tremove existing destinations, never prompt\n" \ | 1275 | "\t-f\t\tremove existing destinations, never prompt\n" \ |
1276 | "\t-r or -R\tremove the contents of directories recursively" | 1276 | "\t-r or -R\tremove the contents of directories recursively" |
1277 | #define rm_example_usage \ | 1277 | #define rm_example_usage \ |
@@ -1389,7 +1389,7 @@ | |||
1389 | "\n\t-F DEVICE\topen device instead of stdin" \ | 1389 | "\n\t-F DEVICE\topen device instead of stdin" \ |
1390 | "\n\t-a\t\tprint all current settings in human-readable form" \ | 1390 | "\n\t-a\t\tprint all current settings in human-readable form" \ |
1391 | "\n\t-g\t\tprint in stty-readable form" \ | 1391 | "\n\t-g\t\tprint in stty-readable form" \ |
1392 | "\n\t[SETTING]\tsee documentation" | 1392 | "\n\t[SETTING]\tsee manpage" |
1393 | 1393 | ||
1394 | #define swapoff_trivial_usage \ | 1394 | #define swapoff_trivial_usage \ |
1395 | "[OPTION] [DEVICE]" | 1395 | "[OPTION] [DEVICE]" |
@@ -1695,7 +1695,7 @@ | |||
1695 | #define uuencode_full_usage \ | 1695 | #define uuencode_full_usage \ |
1696 | "Uuencode a file.\n\n" \ | 1696 | "Uuencode a file.\n\n" \ |
1697 | "Options:\n" \ | 1697 | "Options:\n" \ |
1698 | "\t-m\tuse base64 encoding as of RFC1521" | 1698 | "\t-m\tuse base64 encoding per RFC1521" |
1699 | #define uuencode_example_usage \ | 1699 | #define uuencode_example_usage \ |
1700 | "$ uuencode busybox busybox\n" \ | 1700 | "$ uuencode busybox busybox\n" \ |
1701 | "begin 755 busybox\n" \ | 1701 | "begin 755 busybox\n" \ |