]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update usage info.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 9 Jan 2019 19:15:03 +0000 (14:15 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 9 Jan 2019 19:15:03 +0000 (14:15 -0500)
cups/testclient.c

index 3a9d4aae33291aba522bfdf34e356400d71f1bf9..4f9d99ffa089ba90fbf40abaa2707d900eb75f87 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Simulated client test program for CUPS.
  *
- * Copyright © 2017-2018 by Apple Inc.
+ * Copyright © 2017-2019 by Apple Inc.
  *
  * Licensed under Apache License v2.0.  See the file "LICENSE" for more
  * information.
@@ -1049,6 +1049,7 @@ usage(void)
 {
   puts("Usage: ./testclient printer-uri [options]");
   puts("Options:");
+  puts("  -c num-clients      Simulate multiple clients");
   puts("  -d document-format  Generate the specified format");
   puts("  -f print-file       Print the named file");
   puts("  -g                  Force grayscale printing");