diff options
author | Denys Vlasenko | 2009-08-27 03:20:45 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-08-27 03:20:45 +0200 |
commit | ca899efd6cfea224a10e7a596ca4780a2b85ef18 (patch) | |
tree | 1b05f52f6a9d71edbf60e2109f392e77793b4cc2 | |
parent | bcb163d8f81ad7d627ec5a53943daae6eac7c4e2 (diff) | |
download | busybox-ca899efd6cfea224a10e7a596ca4780a2b85ef18.zip busybox-ca899efd6cfea224a10e7a596ca4780a2b85ef18.tar.gz |
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 227ed80..aae06fd 100644 --- a/include/usage.h +++ b/include/usage.h @@ -148,7 +148,7 @@ #define beep_trivial_usage \ "-f freq -l length -d delay -r repetitions -n" #define beep_full_usage "\n\n" \ - "Options:\n" \ + "Options:" \ "\n -f Frequency in Hz" \ "\n -l Length in ms" \ "\n -d Delay in ms" \ @@ -158,7 +158,7 @@ #define fbsplash_trivial_usage \ "-s IMGFILE [-c] [-d DEV] [-i INIFILE] [-f CMD]" #define fbsplash_full_usage "\n\n" \ - "Options:\n" \ + "Options:" \ "\n -s Image" \ "\n -c Hide cursor" \ "\n -d Framebuffer device (default /dev/fb0)" \ @@ -1799,8 +1799,8 @@ #define ifplugd_trivial_usage \ "[OPTIONS]" #define ifplugd_full_usage "\n\n" \ - "Network interface plug detection daemon.\n\n" \ - "Options:\n" \ + "Network interface plug detection daemon\n" \ + "\nOptions:" \ "\n -n Do not daemonize" \ "\n -s Do not log to syslog" \ "\n -i IFACE Interface" \ |