]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add missing "-d" help string (Issue #5661)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 15 Oct 2019 20:51:07 +0000 (16:51 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 15 Oct 2019 20:51:07 +0000 (16:51 -0400)
CHANGES.md
systemv/lp.c

index 311c35409a4f3e077d126a91cac14cb48372d4a3..5cdfe75239d2c42e9a6f66225387dd95d6b8c3eb 100644 (file)
@@ -1,10 +1,11 @@
-CHANGES - 2.3.1 - 2019-10-07
+CHANGES - 2.3.1 - 2019-10-15
 ============================
 
 
 Changes in CUPS v2.3.1
 ----------------------
 
+- Documentation updates (Issue #5661)
 - Added a workaround for the scheduler's systemd support (Issue #5640)
 - Fixed spelling of "fold-accordion".
 - Fixed the default common name for TLS certificates used by `ippeveprinter`.
index ad22715b26dd5c32bee7e0faae9e8e9537979c6d..69bf9e438e8a879469436c970ec757c077f25b5e 100644 (file)
@@ -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"));