From: Michael R Sweet Date: Wed, 9 Jan 2019 19:15:03 +0000 (-0500) Subject: Update usage info. X-Git-Tag: v2.3b8~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc73dc326f5c93f1df7dcb357d0c8bfcd610636;p=thirdparty%2Fcups.git Update usage info. --- diff --git a/cups/testclient.c b/cups/testclient.c index 3a9d4aae33..4f9d99ffa0 100644 --- a/cups/testclient.c +++ b/cups/testclient.c @@ -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");