summaryrefslogtreecommitdiff
path: root/systemv
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-10-15 16:51:07 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-10-15 16:51:07 -0400
commitfca9a9818dc71386b6dcdd9a58c28a6891fca1b5 (patch)
tree86eb122504156a4cb95876e8f844564e7e2dae73 /systemv
parent771e64526d92e73d0a4e29db51068042ded8b4f7 (diff)
downloadcups-fca9a9818dc71386b6dcdd9a58c28a6891fca1b5.tar.gz
Add missing "-d" help string (Issue #5661)
Diffstat (limited to 'systemv')
-rw-r--r--systemv/lp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/systemv/lp.c b/systemv/lp.c
index ad22715b2..69bf9e438 100644
--- a/systemv/lp.c
+++ b/systemv/lp.c
@@ -1,7 +1,7 @@
/*
* "lp" command for CUPS.
*
- * Copyright © 2007-2018 by Apple Inc.
+ * Copyright © 2007-2019 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products.
*
* Licensed under Apache License v2.0. See the file "LICENSE" for more
@@ -749,6 +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, _("-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"));