X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fusage.h;h=aae06fda14a8671fa3b5b8373835758424d4ff25;hb=ca899efd6cfea224a10e7a596ca4780a2b85ef18;hp=227ed80017a6841dc9a15c4b3383e95c17fbc804;hpb=45de0746b33b3716101caa5fa08ee601221dce39;p=oweals%2Fbusybox.git 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 @@ #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" \