diff options
| author | 2019-12-18 18:38:49 +0000 | |
|---|---|---|
| committer | 2019-12-18 18:38:49 +0000 | |
| commit | 1b336d08c26d683c5dc80cb6dd72008f91394b5b (patch) | |
| tree | 978835f3237779189629b2b79a3d1deac2ac723c /usr.sbin/bind/bin/dig/dig.c | |
| parent | do not need these (diff) | |
| download | wireguard-openbsd-1b336d08c26d683c5dc80cb6dd72008f91394b5b.tar.xz wireguard-openbsd-1b336d08c26d683c5dc80cb6dd72008f91394b5b.zip | |
dig not DiG
Diffstat (limited to 'usr.sbin/bind/bin/dig/dig.c')
| -rw-r--r-- | usr.sbin/bind/bin/dig/dig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bind/bin/dig/dig.c b/usr.sbin/bind/bin/dig/dig.c index 12141e99ddd..292216bae88 100644 --- a/usr.sbin/bind/bin/dig/dig.c +++ b/usr.sbin/bind/bin/dig/dig.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.23 2019/12/18 18:07:03 deraadt Exp $ */ +/* $Id: dig.c,v 1.24 2019/12/18 18:38:49 deraadt Exp $ */ /*! \file */ @@ -167,7 +167,7 @@ usage(void) { /*% version */ static void version(void) { - fputs("DiG " VERSION "\n", stderr); + fputs("dig " VERSION "\n", stderr); } /*% help */ @@ -781,7 +781,7 @@ printgreeting(int argc, char **argv, dig_lookup_t *lookup) { if (printcmd) { snprintf(lookup->cmdline, sizeof(lookup->cmdline), - "%s; <<>> DiG " VERSION " <<>>", + "%s; <<>> dig " VERSION " <<>>", first?"\n":""); i = 1; while (i < argc) { |
