]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update usage to match what is now supported.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 3 Jul 2013 13:36:21 +0000 (13:36 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 3 Jul 2013 13:36:21 +0000 (13:36 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11084 a1ca3aef-8c08-0410-bb20-df032aa958be

test/ippserver.c

index 4050d544932355cd8e197095249b410f03ae28cd..0c2b9c97e7dfbfe0197ef414594cd50dab0b39e6 100644 (file)
@@ -4810,7 +4810,7 @@ usage(int status)                 /* O - Exit status */
 {
   if (!status)
   {
-    puts(CUPS_SVERSION " - Copyright 2010-2012 by Apple Inc. All rights "
+    puts(CUPS_SVERSION " - Copyright 2010-2013 by Apple Inc. All rights "
          "reserved.");
     puts("");
   }
@@ -4820,17 +4820,22 @@ usage(int status)                       /* O - Exit status */
   puts("Options:");
   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"
   printf("-d spool-directory      Spool directory "
          "(default=/tmp/ippserver.%d)\n", (int)getpid());
   puts("-f type/subtype[,...]   List of supported types "
        "(default=application/pdf,image/jpeg)");
   puts("-h                      Show program help");
   puts("-i iconfile.png         PNG icon file (default=printer.png)");
+  puts("-k                      Keep job spool files");
   puts("-l location             Location of printer (default=empty string)");
   puts("-m model                Model name (default=Printer)");
   puts("-n hostname             Hostname for printer");
   puts("-p port                 Port number (default=auto)");
+#ifdef HAVE_DNSSD
   puts("-r subtype              Bonjour service subtype (default=_print)");
+#endif /* HAVE_DNSSD */
   puts("-s speed[,color-speed]  Speed in pages per minute (default=10,0)");
   puts("-v[vvv]                 Be (very) verbose");