summaryrefslogtreecommitdiff
path: root/ppdc/ppdc.cxx
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-04-23 22:44:16 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-04-23 22:44:16 +0000
commitf3c17241a42a0845eae2099e6970b5aca9bbd836 (patch)
treee511e108810d2b80f72ff6cee5efafba472beb6a /ppdc/ppdc.cxx
parent271780fb877d849c9f41616f338e1e9dd2d69409 (diff)
downloadcups-f3c17241a42a0845eae2099e6970b5aca9bbd836.tar.gz
Merge changes from CUPS 1.6svn-r10437.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3794 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'ppdc/ppdc.cxx')
-rw-r--r--ppdc/ppdc.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/ppdc/ppdc.cxx b/ppdc/ppdc.cxx
index d8d128db8..b302c8aca 100644
--- a/ppdc/ppdc.cxx
+++ b/ppdc/ppdc.cxx
@@ -3,7 +3,7 @@
//
// PPD file compiler main entry for the CUPS PPD Compiler.
//
-// Copyright 2007-2011 by Apple Inc.
+// Copyright 2007-2012 by Apple Inc.
// Copyright 2002-2007 by Easy Software Products.
//
// These coded instructions, statements, and computer programs are the
@@ -449,8 +449,7 @@ usage(void)
"as the filename."));
_cupsLangPuts(stdout, _(" -t Test PPDs instead of "
"generating them."));
- _cupsLangPuts(stdout, _(" -v Be verbose (more v's for "
- "more verbosity)."));
+ _cupsLangPuts(stdout, _(" -v Be verbose."));
_cupsLangPuts(stdout, _(" -z Compress PPD files using "
"GNU zip."));
_cupsLangPuts(stdout, _(" --cr End lines with CR (Mac "
@@ -458,7 +457,7 @@ usage(void)
_cupsLangPuts(stdout, _(" --crlf End lines with CR + LF "
"(Windows)."));
_cupsLangPuts(stdout, _(" --lf End lines with LF "
- "(UNIX/Linux/Mac OS X)."));
+ "(UNIX/Linux/OS X)."));
exit(1);
}