mirror of
https://github.com/sheumann/hush.git
synced 2024-11-15 12:08:09 +00:00
remove a few extra newlines in help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
bcb163d8f8
commit
ca899efd6c
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user