summaryrefslogtreecommitdiff
path: root/ppdc/ppdpo.cxx
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-03-23 00:05:29 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-03-23 00:05:29 +0000
commit84315f460a5c9eb38f7fcc4204acf98ed2b29406 (patch)
tree13135924a24fee3f340569f7cd39e00d087dced9 /ppdc/ppdpo.cxx
parent82f972324ddde683be8a6d302f9937532ab0cf81 (diff)
downloadcups-84315f460a5c9eb38f7fcc4204acf98ed2b29406.tar.gz
Merge changes from CUPS 1.5svn-r9641
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3071 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'ppdc/ppdpo.cxx')
-rw-r--r--ppdc/ppdpo.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/ppdc/ppdpo.cxx b/ppdc/ppdpo.cxx
index b413e5d6e..3ab2111e0 100644
--- a/ppdc/ppdpo.cxx
+++ b/ppdc/ppdpo.cxx
@@ -3,7 +3,7 @@
//
// PPD file message catalog program for the CUPS PPD Compiler.
//
-// Copyright 2007-2010 by Apple Inc.
+// Copyright 2007-2011 by Apple Inc.
// Copyright 2002-2005 by Easy Software Products.
//
// These coded instructions, statements, and computer programs are the
@@ -252,12 +252,12 @@ usage(void)
_cupsLangPuts(stdout, _("Usage: ppdpo [options] -o filename.po filename.drv "
"[ ... filenameN.drv ]"));
_cupsLangPuts(stdout, _("Options:"));
- _cupsLangPuts(stdout, _(" -D name=value Set named variable to "
+ _cupsLangPuts(stdout, _(" -D name=value Set named variable to "
"value."));
- _cupsLangPuts(stdout, _(" -I include-dir Add include directory to search "
- "path."));
- _cupsLangPuts(stdout, _(" -v Be verbose (more v's for more "
- "verbosity)."));
+ _cupsLangPuts(stdout, _(" -I include-dir Add include directory to "
+ "search path."));
+ _cupsLangPuts(stdout, _(" -v Be verbose (more v's for "
+ "more verbosity)."));
exit(1);
}