]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix compile error.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 3 Jul 2013 13:55:05 +0000 (13:55 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 3 Jul 2013 13:55:05 +0000 (13:55 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11086 a1ca3aef-8c08-0410-bb20-df032aa958be

test/ippserver.c

index 0c2b9c97e7dfbfe0197ef414594cd50dab0b39e6..ea1906a1081ce8752162803c55e08c877e4a7b9f 100644 (file)
@@ -4821,7 +4821,7 @@ usage(int status)                 /* O - Exit status */
   puts("-2                      Supports 2-sided printing (default=1-sided)");
   puts("-M manufacturer         Manufacturer name (default=Test)");
   puts("-P                      PIN printing mode");
-  puts("-c command              Run command for every print job"
+  puts("-c command              Run command for every print job");
   printf("-d spool-directory      Spool directory "
          "(default=/tmp/ippserver.%d)\n", (int)getpid());
   puts("-f type/subtype[,...]   List of supported types "