]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdhtml.cxx
Merge changes from CUPS 1.5svn-r9641
[thirdparty/cups.git] / ppdc / ppdhtml.cxx
index 33ee5d92765daf68ecfcc2c40e58927b6e03dfd8..d5678898d386ba84c9af7f4787b7574c0109926a 100644 (file)
@@ -3,7 +3,7 @@
 //
 //   PPD to HTML utility 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
@@ -172,10 +172,10 @@ usage(void)
   _cupsLangPuts(stdout, _("Usage: ppdhtml [options] filename.drv "
                           ">filename.html"));
   _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, _("  -I include-dir          Add include directory "
+                          "to search path."));
 
   exit(1);
 }