diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /filter/commandtops.c | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-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.c | 6 |
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 $". */ |