summaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-02-13 09:26:54 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-02-13 09:26:54 +0000
commitdc546e1a0e2607a7d96a7fd3e00299a88080f2e7 (patch)
tree9f5b3ed68ea84b1d38f2ae07306310ffd871515c /libexec/bootpd
parent9a7e55761099e407c10be2eb1a28017cd5e3bb38 (diff)
Notes
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/bootpd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c
index 501834068a7b..c907ddf98def 100644
--- a/libexec/bootpd/bootpd.c
+++ b/libexec/bootpd/bootpd.c
@@ -581,9 +581,11 @@ PRIVATE void
usage()
{
fprintf(stderr,
- "usage: bootpd [-d level] [-i] [-s] [-t timeout] [configfile [dumpfile]]\n");
+ "usage: bootpd [-i | -s] [-c chdir-path] [-d level] [-h hostname] [-t timeout]\n");
+ fprintf(stderr, " [bootptab [dumpfile]]\n");
fprintf(stderr, "\t -c n\tset current directory\n");
fprintf(stderr, "\t -d n\tset debug level\n");
+ fprintf(stderr, "\t -h n\tset the hostname to listen on\n");
fprintf(stderr, "\t -i\tforce inetd mode (run as child of inetd)\n");
fprintf(stderr, "\t -s\tforce standalone mode (run without inetd)\n");
fprintf(stderr, "\t -t n\tset inetd exit timeout to n minutes\n");