wmbiff: Add missing command line options to documentation.
Closes Debian bug #770117 [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770117
This commit is contained in:
parent
db83d64e1c
commit
0703ba0b82
|
@ -87,6 +87,10 @@ be careful and consider alerting your mail system
|
||||||
administrator first. The need to use this option is a sign
|
administrator first. The need to use this option is a sign
|
||||||
of server misconfiguration.
|
of server misconfiguration.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-relax
|
||||||
|
Assume the configuration is correct, parse it without paranoia,
|
||||||
|
and assume hostnames are okay.
|
||||||
|
.TP
|
||||||
.B \-o
|
.B \-o
|
||||||
Enable classical mode look and behaviour: shows the number of
|
Enable classical mode look and behaviour: shows the number of
|
||||||
new mail messages, if any, or the total number of messages.
|
new mail messages, if any, or the total number of messages.
|
||||||
|
|
|
@ -1249,6 +1249,7 @@ static void usage(void)
|
||||||
" -relax assume the configuration is \n"
|
" -relax assume the configuration is \n"
|
||||||
" correct, parse it without paranoia, \n"
|
" correct, parse it without paranoia, \n"
|
||||||
" and assume hostnames are okay.\n"
|
" and assume hostnames are okay.\n"
|
||||||
|
" -o enable classical mode look and behaviour\n"
|
||||||
" -v print the version number\n"
|
" -v print the version number\n"
|
||||||
" +w not withdrawn: run as a window\n"
|
" +w not withdrawn: run as a window\n"
|
||||||
"\n", PACKAGE_VERSION, PACKAGE_BUGREPORT);
|
"\n", PACKAGE_VERSION, PACKAGE_BUGREPORT);
|
||||||
|
|
Loading…
Reference in a new issue