aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>2019-05-25 11:22:49 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>2019-05-25 11:22:49 +0000
commit327477d6c57707897a1aceb12fca2fd2be9c9370 (patch)
tree341a3df4b112b2d4874da1433e82df4b5e4b41de /libexec/bootpd
parent7cff9f37485cf9db085e5795001317a8e63c8872 (diff)
downloadsrc-327477d6c57707897a1aceb12fca2fd2be9c9370.tar.gz
src-327477d6c57707897a1aceb12fca2fd2be9c9370.zip
Correctly align usage: output
Notes
Notes: svn path=/head/; revision=348270
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/bootpd.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c
index 6787ea4ff3b3..86e4f56ab61a 100644
--- a/libexec/bootpd/bootpd.c
+++ b/libexec/bootpd/bootpd.c
@@ -589,13 +589,13 @@ usage()
fprintf(stderr,
"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");
- 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");
+ fprintf(stderr, " -a\tdon't modify ARP table\n");
+ fprintf(stderr, " -c n\tset current directory\n");
+ fprintf(stderr, " -d n\tset debug level\n");
+ fprintf(stderr, " -h n\tset the hostname to listen on\n");
+ fprintf(stderr, " -i\tforce inetd mode (run as child of inetd)\n");
+ fprintf(stderr, " -s\tforce standalone mode (run without inetd)\n");
+ fprintf(stderr, " -t n\tset inetd exit timeout to n minutes\n");
exit(1);
}