summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/bin/dig
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-12-18 18:38:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-12-18 18:38:50 +0000
commitdcfa3cd908ecf420e4136ebc03ca1f8fbfd83689 (patch)
tree59cfe4f5117f13841ff576d26bbb896b30ed3996 /usr.sbin/bind/bin/dig
parentf441fd8abd0b1164f5560b5433063f267a97ee0e (diff)
dig not DiG
Diffstat (limited to 'usr.sbin/bind/bin/dig')
-rw-r--r--usr.sbin/bind/bin/dig/dig.c6
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) {