This is not needed since the help is printed by the driving application.
It allows to get rid of an ugly "p += 3" statement in ggo.c.
p = help->short_help;
if (!p)
return;
- p += 3; /* skip -h and -V */
for (; *p; p++)
printf_or_die("\t%s\n", *p);
}
+args "--no-version --no-help"
+
include(header.m4)
<qu>
text "
+args "--no-version --no-help"
+
include(header.m4)
<qu>
+args "--no-version --no-help"
+
option "amp" a
#~~~~~~~~~~~~~
"amplification value"
+args "--no-version --no-help"
+
include(header.m4)
<qu>
+args "--no-version --no-help"
+
option "blocksize" b
#~~~~~~~~~~~~~~~~~~~
"adjust block size"
+args "--no-version --no-help"
+
option "host" i
"ip or host"
string default="localhost"
+args "--no-version --no-help"
+
option "filename" f
#~~~~~~~~~~~~~~~~~~
"specify output file name"
+args "--no-version --no-help"
+
include(header.m4)
<qu>
+args "--no-version --no-help"
+
include(header.m4)
<qu>
+args "--no-version --no-help"
+
option "device" d
#~~~~~~~~~~~~~~~~
"set PCM device"
+args "--no-version --no-help"
+
section "osx options"
#####################
+args "--no-version --no-help"
+
option "duration" d
#~~~~~~~~~~~~~~~~~~
"prebuffer time"
+args "--no-version --no-help"
+
include(header.m4)
option "converter" C
+args "--no-version --no-help"
+
option "host" i
"ip or host to receive udp packets from"
string default="224.0.1.38"