]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Make -q really -q...
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 29 Jan 2003 01:40:16 +0000 (01:40 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 29 Jan 2003 01:40:16 +0000 (01:40 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3274 7a7537e8-13f0-0310-91df-b6672ffda945

systemv/cupstestppd.c

index 06ffc19460324c7809b6b3d7e4da90dc06db001b..8adc3b78638b84b6332be92f46c65258a2590465 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: cupstestppd.c,v 1.3 2003/01/24 21:32:14 mike Exp $"
+ * "$Id: cupstestppd.c,v 1.4 2003/01/29 01:40:16 mike Exp $"
  *
  *   PPD test program for the Common UNIX Printing System (CUPS).
  *
@@ -444,7 +444,7 @@ main(int  argc,                     /* I - Number of command-line arguments */
       ppdClose(ppd);
     }
 
-  if (!ppd)
+  if (!ppd && verbose >= 0)
   {
     puts("Usage: cupstestppd [-q] [-v] filename1.ppd [... filenameN.ppd]");
     puts("       program | cupstestppd [-q] [-v] -");
@@ -457,5 +457,5 @@ main(int  argc,                     /* I - Number of command-line arguments */
 
 
 /*
- * End of "$Id: cupstestppd.c,v 1.3 2003/01/24 21:32:14 mike Exp $".
+ * End of "$Id: cupstestppd.c,v 1.4 2003/01/29 01:40:16 mike Exp $".
  */