mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
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:
parent
2cb7369e20
commit
4c9f177b2e
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ are equal next one is used. The IP field is default sort key.
|
|||
\fB\-r\fR, \fB\-\-reverse\fR
|
||||
Sort results in reverse order.
|
||||
.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
|
||||
(comma-separated values). Default is text. Standard html (h) outputs only
|
||||
the HTML tables, and is useful for embeding more complex web pages.
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ This is ISC dhcpd pools usage analyzer.\n\
|
|||
fprintf(out, "\
|
||||
-c, --config=FILE path to the dhcpd.conf 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, "\
|
||||
t for text\n\
|
||||
h for html table\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue