summaryrefslogtreecommitdiff
path: root/filter/commandtops.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /filter/commandtops.c
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'filter/commandtops.c')
-rw-r--r--filter/commandtops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/commandtops.c b/filter/commandtops.c
index 745359ec..93cc7b77 100644
--- a/filter/commandtops.c
+++ b/filter/commandtops.c
@@ -1,5 +1,5 @@
/*
- * "$Id: commandtops.c 10373 2012-03-21 23:00:05Z mike $"
+ * "$Id: commandtops.c 10431 2012-04-23 19:19:19Z mike $"
*
* PostScript command filter for CUPS.
*
@@ -71,7 +71,7 @@ main(int argc, /* I - Number of command-line arguments */
*/
_cupsLangPrintf(stderr,
- _("Usage: %s job-id user title copies options file"),
+ _("Usage: %s job-id user title copies options [file]"),
argv[0]);
return (1);
}
@@ -534,5 +534,5 @@ report_levels(ppd_file_t *ppd, /* I - PPD file */
/*
- * End of "$Id: commandtops.c 10373 2012-03-21 23:00:05Z mike $".
+ * End of "$Id: commandtops.c 10431 2012-04-23 19:19:19Z mike $".
*/