summaryrefslogtreecommitdiff
path: root/berkeley
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 /berkeley
parentfca9a9818dc71386b6dcdd9a58c28a6891fca1b5 (diff)
downloadcups-13e6d13ea4bdb0ae9922884777c2bc48b8965b50.tar.gz
Normalize lp/lpr help text.
Diffstat (limited to 'berkeley')
-rw-r--r--berkeley/lpr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/berkeley/lpr.c b/berkeley/lpr.c
index a9aed3ca4..627fa6a4e 100644
--- a/berkeley/lpr.c
+++ b/berkeley/lpr.c
@@ -1,7 +1,7 @@
/*
* "lpr" 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
@@ -445,9 +445,9 @@ usage(void)
" Specify 2-sided portrait printing"));
_cupsLangPuts(stdout, _("-o sides=two-sided-short-edge\n"
" Specify 2-sided landscape printing"));
+ _cupsLangPuts(stdout, _("-P destination Specify the destination"));
_cupsLangPuts(stdout, _("-q Specify the job should be held for printing"));
_cupsLangPuts(stdout, _("-r Remove the file(s) after submission"));
- _cupsLangPuts(stdout, _("-P destination Specify the destination"));
_cupsLangPuts(stdout, _("-T title Specify the job title"));
_cupsLangPuts(stdout, _("-U username Specify the username to use for authentication"));