aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2019-05-22 04:13:57 +0000
committerMark Johnston <markj@FreeBSD.org>2019-05-22 04:13:57 +0000
commitd3f77d0afea73ab242aaede36f26ec89bdebcd8c (patch)
tree60bfde85e1fc8052d46ab43316811857eb1d1ed0 /libexec/bootpd
parent48faa24b09a46f343a1ba55ac9ba4961bb7d6e40 (diff)
downloadsrc-d3f77d0afea73ab242aaede36f26ec89bdebcd8c.tar.gz
src-d3f77d0afea73ab242aaede36f26ec89bdebcd8c.zip
Notes
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/bootpd.c4
-rw-r--r--libexec/bootpd/bootpgw/bootpgw.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c
index 507678a57a16..6787ea4ff3b3 100644
--- a/libexec/bootpd/bootpd.c
+++ b/libexec/bootpd/bootpd.c
@@ -587,8 +587,8 @@ PRIVATE void
usage()
{
fprintf(stderr,
- "usage: bootpd [-a] [-i | -s] [-c chdir-path] [-d level] [-h hostname] [-t timeout]\n");
- fprintf(stderr, " [bootptab [dumpfile]]\n");
+ "usage: bootpd [-a] [-i | -s] [-c chdir-path] [-d level] [-h hostname]\n"
+ " [-t timeout] [bootptab [dumpfile]]\n");
fprintf(stderr, "\t -a\tdon't modify ARP table\n");
fprintf(stderr, "\t -c n\tset current directory\n");
fprintf(stderr, "\t -d n\tset debug level\n");
diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c
index cdc8e8adc317..2e2df9e71a2a 100644
--- a/libexec/bootpd/bootpgw/bootpgw.c
+++ b/libexec/bootpd/bootpgw/bootpgw.c
@@ -500,7 +500,8 @@ static void
usage()
{
fprintf(stderr,
- "usage: \nbootpgw [-a] [-d level] [-h count] [-i] [-s] [-t timeout] [-w time] server\n");
+ "usage: bootpgw [-a] [-i | -s] [-d level] [-h count] [-t timeout]\n"
+ " [-w time] server\n");
fprintf(stderr, "\t -a\tdon't modify ARP table\n");
fprintf(stderr, "\t -d n\tset debug level\n");
fprintf(stderr, "\t -h n\tset max hop count\n");