]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/commandtops.c
Merge changes from CUPS 1.5svn-r9385.
[thirdparty/cups.git] / filter / commandtops.c
index deab27e2b510de463bec9630bcfaff93f1c7f47f..47a49072b12d2be58f7ac810c58f963e30b341e4 100644 (file)
@@ -27,9 +27,8 @@
  * Include necessary headers...
  */
 
-#include <cups/cups.h>
+#include <cups/cups-private.h>
 #include <cups/ppd.h>
-#include <cups/string-private.h>
 #include <cups/sidechannel.h>
 
 
@@ -70,7 +69,9 @@ main(int  argc,                               /* I - Number of command-line arguments */
     * and return.
     */
 
-    fputs("ERROR: commandtops job-id user title copies options [file]\n", stderr);
+    _cupsLangPrintf(stderr,
+                    _("Usage: %s job-id user title copies options file"),
+                    argv[0]);
     return (1);
   }