summaryrefslogtreecommitdiff
path: root/ppdc/ppdi.cxx
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-11-30 03:16:24 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-11-30 03:16:24 +0000
commit0837b7e828b9fc312fcf8f5741d2ba9683742672 (patch)
tree1209ad6c3a50b6fc8c2e7fdc4ce05445f17f1d86 /ppdc/ppdi.cxx
parent1106b00e75e37e7f25a28ee95da560de55520018 (diff)
downloadcups-0837b7e828b9fc312fcf8f5741d2ba9683742672.tar.gz
Merge changes from CUPS 1.5svn-r9385.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2873 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'ppdc/ppdi.cxx')
-rw-r--r--ppdc/ppdi.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/ppdc/ppdi.cxx b/ppdc/ppdi.cxx
index 4e8aa3f50..abc4173f3 100644
--- a/ppdc/ppdi.cxx
+++ b/ppdc/ppdi.cxx
@@ -3,7 +3,7 @@
//
// PPD file import utility for the CUPS PPD Compiler.
//
-// Copyright 2007-2008 by Apple Inc.
+// Copyright 2007-2010 by Apple Inc.
// Copyright 2002-2005 by Easy Software Products.
//
// These coded instructions, statements, and computer programs are the
@@ -125,11 +125,11 @@ main(int argc, // I - Number of command-line arguments
static void
usage(void)
{
- _cupsLangPuts(stdout,
- _("Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]\n"
- "Options:\n"
- " -I include-dir\n"
- " -o filename.drv\n"));
+ _cupsLangPuts(stdout, _("Usage: ppdi [options] filename.ppd [ ... "
+ "filenameN.ppd ]"));
+ _cupsLangPuts(stdout, _("Options:"));
+ _cupsLangPuts(stdout, _(" -I include-dir"));
+ _cupsLangPuts(stdout, _(" -o filename.drv"));
exit(1);
}