docs: add missing full-html flag
authorSami Kerola <kerolasa@iki.fi>
Tue, 7 Jun 2011 20:47:02 +0000 (22:47 +0200)
committerSami Kerola <kerolasa@iki.fi>
Tue, 7 Jun 2011 20:47:02 +0000 (22:47 +0200)
Missing both from help output & manual page.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>

man/dhcpd-pools.1
src/other.c

index 87de379..5a468e3 100644 (file)
@@ -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.
index a16240b..7719c4e 100644 (file)
@@ -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\