diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-27 03:20:45 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-27 03:20:45 +0200 |
commit | ca899efd6cfea224a10e7a596ca4780a2b85ef18 (patch) | |
tree | 1b05f52f6a9d71edbf60e2109f392e77793b4cc2 | |
parent | bcb163d8f81ad7d627ec5a53943daae6eac7c4e2 (diff) | |
download | busybox-w32-ca899efd6cfea224a10e7a596ca4780a2b85ef18.tar.gz busybox-w32-ca899efd6cfea224a10e7a596ca4780a2b85ef18.tar.bz2 busybox-w32-ca899efd6cfea224a10e7a596ca4780a2b85ef18.zip |
remove a few extra newlines in help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index 227ed8001..aae06fda1 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -148,7 +148,7 @@ | |||
148 | #define beep_trivial_usage \ | 148 | #define beep_trivial_usage \ |
149 | "-f freq -l length -d delay -r repetitions -n" | 149 | "-f freq -l length -d delay -r repetitions -n" |
150 | #define beep_full_usage "\n\n" \ | 150 | #define beep_full_usage "\n\n" \ |
151 | "Options:\n" \ | 151 | "Options:" \ |
152 | "\n -f Frequency in Hz" \ | 152 | "\n -f Frequency in Hz" \ |
153 | "\n -l Length in ms" \ | 153 | "\n -l Length in ms" \ |
154 | "\n -d Delay in ms" \ | 154 | "\n -d Delay in ms" \ |
@@ -158,7 +158,7 @@ | |||
158 | #define fbsplash_trivial_usage \ | 158 | #define fbsplash_trivial_usage \ |
159 | "-s IMGFILE [-c] [-d DEV] [-i INIFILE] [-f CMD]" | 159 | "-s IMGFILE [-c] [-d DEV] [-i INIFILE] [-f CMD]" |
160 | #define fbsplash_full_usage "\n\n" \ | 160 | #define fbsplash_full_usage "\n\n" \ |
161 | "Options:\n" \ | 161 | "Options:" \ |
162 | "\n -s Image" \ | 162 | "\n -s Image" \ |
163 | "\n -c Hide cursor" \ | 163 | "\n -c Hide cursor" \ |
164 | "\n -d Framebuffer device (default /dev/fb0)" \ | 164 | "\n -d Framebuffer device (default /dev/fb0)" \ |
@@ -1799,8 +1799,8 @@ | |||
1799 | #define ifplugd_trivial_usage \ | 1799 | #define ifplugd_trivial_usage \ |
1800 | "[OPTIONS]" | 1800 | "[OPTIONS]" |
1801 | #define ifplugd_full_usage "\n\n" \ | 1801 | #define ifplugd_full_usage "\n\n" \ |
1802 | "Network interface plug detection daemon.\n\n" \ | 1802 | "Network interface plug detection daemon\n" \ |
1803 | "Options:\n" \ | 1803 | "\nOptions:" \ |
1804 | "\n -n Do not daemonize" \ | 1804 | "\n -n Do not daemonize" \ |
1805 | "\n -s Do not log to syslog" \ | 1805 | "\n -s Do not log to syslog" \ |
1806 | "\n -i IFACE Interface" \ | 1806 | "\n -i IFACE Interface" \ |