]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - monitor/bcp.c
Merge changes from CUPS 1.5svn-r9385.
[thirdparty/cups.git] / monitor / bcp.c
index 06a48232e989723b48aef0c72fb5101cf5e0c4c4..ffd32d575ba9e871cc1a8224bb1920227c00da25 100644 (file)
@@ -25,8 +25,7 @@
  * Include necessary headers...
  */
 
-#include <cups/string-private.h>
-#include <cups/cups.h>
+#include <cups/cups-private.h>
 #include <cups/ppd.h>
 
 
@@ -59,7 +58,9 @@ main(int  argc,                               /* I - Number of command-line args */
 
   if (argc < 6 || argc > 7)
   {
-    fputs("ERROR: tbcp job-id user title copies options [file]\n", stderr);
+    _cupsLangPrintf(stderr,
+                    _("Usage: %s job-id user title copies options [file]"),
+                   argv[0]);
     return (1);
   }