diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-02-12 14:46:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-02-12 14:46:37 +0000 |
commit | ae908c2e1a8078cbf6ede72e07d20b440efa3156 (patch) | |
tree | fcb715d7e235cb45c5587e69075198b652574b0b /usr.bin/dig/dig.c | |
parent | 57e23cc93e7bdf6acca7852d972f777f5687d506 (diff) |
Standardize argument naming for "sourceaddr" and unify the wording a bit,
similar to what deraadt@ recently did in other manual pages.
Diffstat (limited to 'usr.bin/dig/dig.c')
-rw-r--r-- | usr.bin/dig/dig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dig/dig.c b/usr.bin/dig/dig.c index 914f2988844..114c410791e 100644 --- a/usr.bin/dig/dig.c +++ b/usr.bin/dig/dig.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.3 2020/02/11 23:26:11 jsg Exp $ */ +/* $Id: dig.c,v 1.4 2020/02/12 14:46:36 schwarze Exp $ */ /*! \file */ #include <sys/cdefs.h> @@ -140,7 +140,7 @@ rcode_totext(dns_rcode_t rcode) static void print_usage(FILE *fp) { fputs( -"usage: dig [@server] [-46hiuv] [-b address[#port]] [-c class] [-f file]\n" +"usage: dig [@server] [-46hiuv] [-b sourceaddr[#port]] [-c class] [-f file]\n" " [-k keyfile] [-p port] [-q name] [-t type] [-x addr]\n" " [-y [hmac:]name:key] [name] [type] [class]\n" " +[no]aaonly +[no]additional +[no]adflag +[no]all +[no]answer\n" |