diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-25 14:25:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-25 14:25:14 +0000 |
commit | b6488c17809b82e7aea729fceaaa7fcdd293ae19 (patch) | |
tree | e23ce26887c4aa7419d8b349c3b85e76cb820755 | |
parent | 5a4f0994b0ddd8ba8d96675382c42040ef516753 (diff) | |
download | busybox-w32-b6488c17809b82e7aea729fceaaa7fcdd293ae19.tar.gz busybox-w32-b6488c17809b82e7aea729fceaaa7fcdd293ae19.tar.bz2 busybox-w32-b6488c17809b82e7aea729fceaaa7fcdd293ae19.zip |
trim help texts a bit more
-rw-r--r-- | include/usage.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/include/usage.h b/include/usage.h index 5ec15fd10..a012c7179 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -984,8 +984,8 @@ | |||
984 | #define fuser_full_usage \ | 984 | #define fuser_full_usage \ |
985 | "Options:\n" \ | 985 | "Options:\n" \ |
986 | " -m Show all processes on the same mounted fs\n" \ | 986 | " -m Show all processes on the same mounted fs\n" \ |
987 | " -k Kill all processes that match.\n" \ | 987 | " -k Kill all processes that match\n" \ |
988 | " -s Don't print or kill anything.\n" \ | 988 | " -s Don't print or kill anything\n" \ |
989 | " -4 When using port/proto only search IPv4 space\n" \ | 989 | " -4 When using port/proto only search IPv4 space\n" \ |
990 | " -6 When using port/proto only search IPv6 space\n" \ | 990 | " -6 When using port/proto only search IPv6 space\n" \ |
991 | " -SIGNAL When used with -k, this signal will be used to kill" | 991 | " -SIGNAL When used with -k, this signal will be used to kill" |
@@ -1429,7 +1429,7 @@ | |||
1429 | "\n" \ | 1429 | "\n" \ |
1430 | "Example /etc/inittab file:\n" \ | 1430 | "Example /etc/inittab file:\n" \ |
1431 | "\n" \ | 1431 | "\n" \ |
1432 | " # This is run first except when booting in single-user mode.\n" \ | 1432 | " # This is run first except when booting in single-user mode\n" \ |
1433 | " #\n" \ | 1433 | " #\n" \ |
1434 | " ::sysinit:/etc/init.d/rcS\n" \ | 1434 | " ::sysinit:/etc/init.d/rcS\n" \ |
1435 | " \n" \ | 1435 | " \n" \ |
@@ -1453,7 +1453,7 @@ | |||
1453 | " #::respawn:/sbin/getty -L ttyS0 9600 vt100\n" \ | 1453 | " #::respawn:/sbin/getty -L ttyS0 9600 vt100\n" \ |
1454 | " #::respawn:/sbin/getty -L ttyS1 9600 vt100\n" \ | 1454 | " #::respawn:/sbin/getty -L ttyS1 9600 vt100\n" \ |
1455 | " #\n" \ | 1455 | " #\n" \ |
1456 | " # Example how to put a getty on a modem line.\n" \ | 1456 | " # Example how to put a getty on a modem line\n" \ |
1457 | " #::respawn:/sbin/getty 57600 ttyS2\n" \ | 1457 | " #::respawn:/sbin/getty 57600 ttyS2\n" \ |
1458 | " \n" \ | 1458 | " \n" \ |
1459 | " # Stuff to do when restarting the init process\n" \ | 1459 | " # Stuff to do when restarting the init process\n" \ |
@@ -1653,8 +1653,7 @@ | |||
1653 | " -m Display a status line containing the percentage through the\n" \ | 1653 | " -m Display a status line containing the percentage through the\n" \ |
1654 | " file\n" \ | 1654 | " file\n" \ |
1655 | " -~ Suppress ~s displayed when input past the end of the file is\n" \ | 1655 | " -~ Suppress ~s displayed when input past the end of the file is\n" \ |
1656 | " reached.\n" \ | 1656 | " reached" |
1657 | " -h, -? Display this help message" | ||
1658 | 1657 | ||
1659 | #define setarch_trivial_usage \ | 1658 | #define setarch_trivial_usage \ |
1660 | "<personality> <program> [args ...]" | 1659 | "<personality> <program> [args ...]" |
@@ -1673,7 +1672,7 @@ | |||
1673 | " -f remove existing destination files\n" \ | 1672 | " -f remove existing destination files\n" \ |
1674 | " -n no dereference symlinks - treat like normal file\n" \ | 1673 | " -n no dereference symlinks - treat like normal file\n" \ |
1675 | " -b make a backup of the target (if exists) before link operation\n" \ | 1674 | " -b make a backup of the target (if exists) before link operation\n" \ |
1676 | " -S suffix use suffix instead of ~ when making backup files" | 1675 | " -S suf use suffix instead of ~ when making backup files" |
1677 | #define ln_example_usage \ | 1676 | #define ln_example_usage \ |
1678 | "$ ln -s BusyBox /tmp/ls\n" \ | 1677 | "$ ln -s BusyBox /tmp/ls\n" \ |
1679 | "$ ls -l /tmp/ls\n" \ | 1678 | "$ ls -l /tmp/ls\n" \ |
@@ -1700,7 +1699,7 @@ | |||
1700 | "\n\nOptions:\n" \ | 1699 | "\n\nOptions:\n" \ |
1701 | " -s Log to stderr as well as the system log\n" \ | 1700 | " -s Log to stderr as well as the system log\n" \ |
1702 | " -t TAG Log using the specified tag (defaults to user name)\n" \ | 1701 | " -t TAG Log using the specified tag (defaults to user name)\n" \ |
1703 | " -p PRIORITY Enter the message with the specified priority\n" \ | 1702 | " -p PRIO Enter the message with the specified priority\n" \ |
1704 | " This may be numerical or a 'facility.level' pair" | 1703 | " This may be numerical or a 'facility.level' pair" |
1705 | #define logger_example_usage \ | 1704 | #define logger_example_usage \ |
1706 | "$ logger \"hello\"\n" | 1705 | "$ logger \"hello\"\n" |
@@ -1825,9 +1824,10 @@ | |||
1825 | #define makedevs_full_usage \ | 1824 | #define makedevs_full_usage \ |
1826 | "Create a range of block or character special files\n\n" \ | 1825 | "Create a range of block or character special files\n\n" \ |
1827 | "TYPEs include:\n" \ | 1826 | "TYPEs include:\n" \ |
1828 | " b: Make a block (buffered) device.\n" \ | 1827 | " b: Make a block (buffered) device\n" \ |
1829 | " c or u: Make a character (un-buffered) device.\n" \ | 1828 | " c or u: Make a character (un-buffered) device\n" \ |
1830 | " p: Make a named pipe. MAJOR and MINOR are ignored for named pipes.\n\n" \ | 1829 | " p: Make a named pipe. MAJOR and MINOR are ignored for named pipes\n" \ |
1830 | "\n" \ | ||
1831 | "FIRST specifies the number appended to NAME to create the first device.\n" \ | 1831 | "FIRST specifies the number appended to NAME to create the first device.\n" \ |
1832 | "LAST specifies the number of the last item that should be created\n" \ | 1832 | "LAST specifies the number of the last item that should be created\n" \ |
1833 | "If 's' is the last argument, the base device is created as well.\n\n" \ | 1833 | "If 's' is the last argument, the base device is created as well.\n\n" \ |
@@ -2135,12 +2135,12 @@ | |||
2135 | " [no]dev: Allow use of special device files / disallow them\n" \ | 2135 | " [no]dev: Allow use of special device files / disallow them\n" \ |
2136 | " [no]exec: Allow use of executable files / disallow them\n" \ | 2136 | " [no]exec: Allow use of executable files / disallow them\n" \ |
2137 | " [no]suid: Allow set-user-id-root programs / disallow them\n" \ | 2137 | " [no]suid: Allow set-user-id-root programs / disallow them\n" \ |
2138 | " [r]shared: Convert [recursively] to a shared subtree.\n" \ | 2138 | " [r]shared: Convert [recursively] to a shared subtree\n" \ |
2139 | " [r]slave: Convert [recursively] to a slave subtree.\n" \ | 2139 | " [r]slave: Convert [recursively] to a slave subtree\n" \ |
2140 | " [r]private: Convert [recursively] to a private subtree\n" \ | 2140 | " [r]private: Convert [recursively] to a private subtree\n" \ |
2141 | " [un]bindable: Make mount point [un]able to be bind mounted.\n" \ | 2141 | " [un]bindable: Make mount point [un]able to be bind mounted\n" \ |
2142 | " bind: Bind a directory to an additional location\n" \ | 2142 | " bind: Bind a directory to an additional location\n" \ |
2143 | " move: Relocate an existing mount point.\n" \ | 2143 | " move: Relocate an existing mount point\n" \ |
2144 | ) \ | 2144 | ) \ |
2145 | " remount: Re-mount a mounted filesystem, changing its flags\n" \ | 2145 | " remount: Re-mount a mounted filesystem, changing its flags\n" \ |
2146 | " ro/rw: Mount for read-only / read-write\n" \ | 2146 | " ro/rw: Mount for read-only / read-write\n" \ |
@@ -3122,7 +3122,7 @@ | |||
3122 | " -a Attempt an automatic login with the USER variable\n" \ | 3122 | " -a Attempt an automatic login with the USER variable\n" \ |
3123 | " -l USER Attempt an automatic login with the USER argument\n" \ | 3123 | " -l USER Attempt an automatic login with the USER argument\n" \ |
3124 | " HOST The official name, alias or the IP address of the\n" \ | 3124 | " HOST The official name, alias or the IP address of the\n" \ |
3125 | " remote host.\n" \ | 3125 | " remote host\n" \ |
3126 | " PORT The remote port number to connect to. If it is not\n" \ | 3126 | " PORT The remote port number to connect to. If it is not\n" \ |
3127 | " specified, the default telnet (23) port is used." | 3127 | " specified, the default telnet (23) port is used." |
3128 | #else | 3128 | #else |