diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-07 15:53:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-07 15:53:18 +0000 |
commit | 5568b722d46157867959685ee2b35649c6ab16df (patch) | |
tree | cf1b4b86da94968ec871a3cab68ac2002b30bade | |
parent | 70722ec4ced94b8fec12ebf327d5fced90974991 (diff) | |
download | busybox-w32-5568b722d46157867959685ee2b35649c6ab16df.tar.gz busybox-w32-5568b722d46157867959685ee2b35649c6ab16df.tar.bz2 busybox-w32-5568b722d46157867959685ee2b35649c6ab16df.zip |
- a few minor tweaks
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index cfae4e1e1..4eff16bc6 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -596,7 +596,7 @@ | |||
596 | " -L Use LABEL instead of the filename in the unified header\n" \ | 596 | " -L Use LABEL instead of the filename in the unified header\n" \ |
597 | " -N Treat absent files as empty\n" \ | 597 | " -N Treat absent files as empty\n" \ |
598 | " -q Output only whether files differ\n" \ | 598 | " -q Output only whether files differ\n" \ |
599 | " -r Recursively compare any subdirectories\n" \ | 599 | " -r Recursively compare subdirectories\n" \ |
600 | " -S Start with FILE when comparing directories\n" \ | 600 | " -S Start with FILE when comparing directories\n" \ |
601 | " -T Make tabs line up by prefixing a tab when necessary\n" \ | 601 | " -T Make tabs line up by prefixing a tab when necessary\n" \ |
602 | " -s Report when two files are the same\n" \ | 602 | " -s Report when two files are the same\n" \ |
@@ -1347,7 +1347,7 @@ | |||
1347 | #define inetd_full_usage \ | 1347 | #define inetd_full_usage \ |
1348 | "Listen for network connections and launch programs" \ | 1348 | "Listen for network connections and launch programs" \ |
1349 | "\n\nOptions:\n" \ | 1349 | "\n\nOptions:\n" \ |
1350 | " -f Run as a foreground progress\n" \ | 1350 | " -f Run as foreground progress\n" \ |
1351 | " -q Sets the size of the socket listen queue to\n" \ | 1351 | " -q Sets the size of the socket listen queue to\n" \ |
1352 | " the specified value. Default is 128" | 1352 | " the specified value. Default is 128" |
1353 | 1353 | ||
@@ -1648,7 +1648,7 @@ | |||
1648 | "Kernel logger" \ | 1648 | "Kernel logger" \ |
1649 | "\n\nOptions:\n" \ | 1649 | "\n\nOptions:\n" \ |
1650 | " -c n Sets the default log level of console messages to n\n" \ | 1650 | " -c n Sets the default log level of console messages to n\n" \ |
1651 | " -n Run as a foreground process" | 1651 | " -n Run as foreground process" |
1652 | 1652 | ||
1653 | #define length_trivial_usage \ | 1653 | #define length_trivial_usage \ |
1654 | "STRING" | 1654 | "STRING" |
@@ -2029,7 +2029,7 @@ | |||
2029 | #define mkswap_trivial_usage \ | 2029 | #define mkswap_trivial_usage \ |
2030 | "[-c] [-v0|-v1] device [block-count]" | 2030 | "[-c] [-v0|-v1] device [block-count]" |
2031 | #define mkswap_full_usage \ | 2031 | #define mkswap_full_usage \ |
2032 | "Prepare a disk partition to be used as a swap partition" \ | 2032 | "Prepare a disk partition to be used as swap partition" \ |
2033 | "\n\nOptions:\n" \ | 2033 | "\n\nOptions:\n" \ |
2034 | " -c Check for read-ability\n" \ | 2034 | " -c Check for read-ability\n" \ |
2035 | " -v0 Make version 0 swap [max 128 Megs]\n" \ | 2035 | " -v0 Make version 0 swap [max 128 Megs]\n" \ |
@@ -3030,7 +3030,7 @@ | |||
3030 | "Note that this version of syslogd ignores /etc/syslog.conf." \ | 3030 | "Note that this version of syslogd ignores /etc/syslog.conf." \ |
3031 | "\n\nOptions:" \ | 3031 | "\n\nOptions:" \ |
3032 | "\n -m MIN Minutes between MARK lines (default=20, 0=off)" \ | 3032 | "\n -m MIN Minutes between MARK lines (default=20, 0=off)" \ |
3033 | "\n -n Run as a foreground process" \ | 3033 | "\n -n Run as foreground process" \ |
3034 | "\n -O FILE Use an alternate log file (default=/var/log/messages)" \ | 3034 | "\n -O FILE Use an alternate log file (default=/var/log/messages)" \ |
3035 | "\n -l n Sets the local log level of messages to n" \ | 3035 | "\n -l n Sets the local log level of messages to n" \ |
3036 | "\n -S Make logging output smaller" \ | 3036 | "\n -S Make logging output smaller" \ |