summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {