/*
- * "$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).
*
ppdClose(ppd);
}
- if (!ppd)
+ if (!ppd && verbose >= 0)
{
puts("Usage: cupstestppd [-q] [-v] filename1.ppd [... filenameN.ppd]");
puts(" program | cupstestppd [-q] [-v] -");
/*
- * 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 $".
*/