summaryrefslogtreecommitdiff
path: root/systemv
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-10-15 16:54:45 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-10-15 16:54:45 -0400
commit13e6d13ea4bdb0ae9922884777c2bc48b8965b50 (patch)
tree5cc612c95267dd7540e85376eea152d735ad5d71 /systemv
parentfca9a9818dc71386b6dcdd9a58c28a6891fca1b5 (diff)
downloadcups-13e6d13ea4bdb0ae9922884777c2bc48b8965b50.tar.gz
Normalize lp/lpr help text.
Diffstat (limited to 'systemv')
-rw-r--r--systemv/lp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemv/lp.c b/systemv/lp.c
index 69bf9e438..298c15825 100644
--- a/systemv/lp.c
+++ b/systemv/lp.c
@@ -749,7 +749,7 @@ usage(void)
" lp [options] -i id"));
_cupsLangPuts(stdout, _("Options:"));
_cupsLangPuts(stdout, _("-c Make a copy of the print file(s)"));
- _cupsLangPuts(stdout, _("-d destination Specify the destination printer or class"));
+ _cupsLangPuts(stdout, _("-d destination Specify the destination"));
_cupsLangPuts(stdout, _("-E Encrypt the connection to the server"));
_cupsLangPuts(stdout, _("-h server[:port] Connect to the named server and port"));
_cupsLangPuts(stdout, _("-H HH:MM Hold the job until the specified UTC time"));