]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 28 Oct 2008 23:47:06 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 28 Oct 2008 23:47:06 +0000 (23:47 +0000)
bin/dig/dig.c

index 1b3d127796fbee67a0356873cba2b274866dfcca..7f9377dc8359a943bfbff165129a138f3cb2ff38 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dig.c,v 1.224 2008/10/28 03:32:59 marka Exp $ */
+/* $Id: dig.c,v 1.225 2008/10/28 23:47:06 tbox Exp $ */
 
 /*! \file */
 
@@ -642,8 +642,8 @@ printgreeting(int argc, char **argv, dig_lookup_t *lookup) {
                if (first) {
                        snprintf(append, sizeof(append),
                                 ";; global options:%s%s\n",
-                                short_form ? " +short" : "",
-                                printcmd ? " +cmd" : "");
+                                short_form ? " +short" : "",
+                                printcmd ? " +cmd" : "");
                        first = ISC_FALSE;
                        remaining = sizeof(lookup->cmdline) -
                                    strlen(lookup->cmdline) - 1;