comparison toys/pending/dhcpd.c @ 1265:0ecfaa7022e8 draft

usage: is lower case (the help generator looks for that, might as well be consistent).
author Rob Landley <rob@landley.net>
date Wed, 23 Apr 2014 08:37:07 -0500
parents e11684e3bbc5
children 6a06541c090c
comparison
equal deleted inserted replaced
1264:4ac301cfb047 1265:0ecfaa7022e8
8 8
9 config DHCPD 9 config DHCPD
10 bool "dhcpd" 10 bool "dhcpd"
11 default n 11 default n
12 help 12 help
13 Usage: dhcpd [-fS] [-P N] [CONFFILE] 13 usage: dhcpd [-fS] [-P N] [CONFFILE]
14 14
15 -f Run in foreground 15 -f Run in foreground
16 -S Log to syslog too 16 -S Log to syslog too
17 -P N Use port N (default 67) 17 -P N Use port N (default 67)
18 18