From: Sami Kerola Date: Tue, 7 Jun 2011 20:47:02 +0000 (+0200) Subject: docs: add missing full-html flag X-Git-Url: http://git.asbjorn.biz/?p=debian%2Fdhcpd-pools.git;a=commitdiff_plain;h=4c9f177b2ea35eed95226e8c461855a927716418 docs: add missing full-html flag Missing both from help output & manual page. Signed-off-by: Sami Kerola --- diff --git a/man/dhcpd-pools.1 b/man/dhcpd-pools.1 index 87de379..5a468e3 100644 --- a/man/dhcpd-pools.1 +++ b/man/dhcpd-pools.1 @@ -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. diff --git a/src/other.c b/src/other.c index a16240b..7719c4e 100644 --- a/src/other.c +++ b/src/other.c @@ -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\