docs: add missing full-html flag

Missing both from help output & manual page.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-06-07 22:47:02 +02:00
parent 2cb7369e20
commit 4c9f177b2e
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ are equal next one is used. The IP field is default sort key.
\fB\-r\fR, \fB\-\-reverse\fR \fB\-r\fR, \fB\-\-reverse\fR
Sort results in reverse order. Sort results in reverse order.
.TP .TP
\fB\-f\fR, \fB\-\-format\fR=\fI[thcxX]\fR \fB\-f\fR, \fB\-\-format\fR=\fI[thHcxX]\fR
Output format. Currently there is text, html, full-html and csv Output format. Currently there is text, html, full-html and csv
(comma-separated values). Default is text. Standard html (h) outputs only (comma-separated values). Default is text. Standard html (h) outputs only
the HTML tables, and is useful for embeding more complex web pages. the HTML tables, and is useful for embeding more complex web pages.

View file

@ -131,7 +131,7 @@ This is ISC dhcpd pools usage analyzer.\n\
fprintf(out, "\ fprintf(out, "\
-c, --config=FILE path to the dhcpd.conf file\n\ -c, --config=FILE path to the dhcpd.conf file\n\
-l, --leases=FILE path to the dhcpd.leases file\n\ -l, --leases=FILE path to the dhcpd.leases file\n\
-f, --format=[thcxX] output format\n"); -f, --format=[thHcxX] output format\n");
fprintf(out, "\ fprintf(out, "\
t for text\n\ t for text\n\
h for html table\n\ h for html table\n\