]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc.cxx
Merge changes from CUPS 1.5svn-r9641
[thirdparty/cups.git] / ppdc / ppdc.cxx
index 9d4b11e21f012a69868f058580fb76a76fdc74ae..52b88dfa8d42036bcff0e91b7e5fcead35d0a196 100644 (file)
@@ -3,7 +3,7 @@
 //
 //   PPD file compiler main entry for the CUPS PPD Compiler.
 //
-//   Copyright 2007-2010 by Apple Inc.
+//   Copyright 2007-2011 by Apple Inc.
 //   Copyright 2002-2007 by Easy Software Products.
 //
 //   These coded instructions, statements, and computer programs are the
@@ -435,30 +435,30 @@ usage(void)
   _cupsLangPuts(stdout, _("Usage: ppdc [options] 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 "
+  _cupsLangPuts(stdout, _("  -I include-dir          Add include directory to "
                           "search path."));
-  _cupsLangPuts(stdout, _("  -c catalog.po        Load the specified message "
-                          "catalog."));
-  _cupsLangPuts(stdout, _("  -d output-dir        Specify the output "
+  _cupsLangPuts(stdout, _("  -c catalog.po           Load the specified "
+                          "message catalog."));
+  _cupsLangPuts(stdout, _("  -d output-dir           Specify the output "
                           "directory."));
-  _cupsLangPuts(stdout, _("  -l lang[,lang,...]   Specify the output "
+  _cupsLangPuts(stdout, _("  -l lang[,lang,...]      Specify the output "
                           "language(s) (locale)."));
-  _cupsLangPuts(stdout, _("  -m                   Use the ModelName value as "
-                          "the filename."));
-  _cupsLangPuts(stdout, _("  -t                   Test PPDs instead of "
+  _cupsLangPuts(stdout, _("  -m                      Use the ModelName value "
+                          "as the filename."));
+  _cupsLangPuts(stdout, _("  -t                      Test PPDs instead of "
                           "generating them."));
-  _cupsLangPuts(stdout, _("  -v                   Be verbose (more v's for "
+  _cupsLangPuts(stdout, _("  -v                      Be verbose (more v's for "
                           "more verbosity)."));
-  _cupsLangPuts(stdout, _("  -z                   Compress PPD files using GNU "
-                          "zip."));
-  _cupsLangPuts(stdout, _("  --cr                 End lines with CR (Mac OS "
-                          "9)."));
-  _cupsLangPuts(stdout, _("  --crlf               End lines with CR + LF "
+  _cupsLangPuts(stdout, _("  -z                      Compress PPD files using "
+                          "GNU zip."));
+  _cupsLangPuts(stdout, _("  --cr                    End lines with CR (Mac "
+                          "OS 9)."));
+  _cupsLangPuts(stdout, _("  --crlf                  End lines with CR + LF "
                           "(Windows)."));
-  _cupsLangPuts(stdout, _("  --lf                 End lines with LF (UNIX/"
-                          "Linux/Mac OS X)."));
+  _cupsLangPuts(stdout, _("  --lf                    End lines with LF "
+                          "(UNIX/Linux/Mac OS X)."));
 
   exit(1);
 }