aboutsummaryrefslogtreecommitdiff
path: root/printutils/lpr.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-06-05 03:58:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-06-05 03:58:28 +0200
commit66426760beef7e87c4735f433d123daf911b5b4a (patch)
tree7aa341ba4d1b01b69feeb878d1b78f974207abb0 /printutils/lpr.c
parent9f7780250ce4bbee9c0a8f1044875e303479e196 (diff)
downloadbusybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.gz
busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.bz2
busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.zip
*: remove "Options:" string from help texts
function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'printutils/lpr.c')
-rw-r--r--printutils/lpr.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/printutils/lpr.c b/printutils/lpr.c
index f8ee9a11b..fc6bca9e8 100644
--- a/printutils/lpr.c
+++ b/printutils/lpr.c
@@ -17,8 +17,7 @@
17/* -C CLASS exists too, not shown. 17/* -C CLASS exists too, not shown.
18 * CLASS is supposed to be printed on banner page, if one is requested */ 18 * CLASS is supposed to be printed on banner page, if one is requested */
19//usage:#define lpr_full_usage "\n\n" 19//usage:#define lpr_full_usage "\n\n"
20//usage: "Options:" 20//usage: " -P lp service to connect to (else uses $PRINTER)"
21//usage: "\n -P lp service to connect to (else uses $PRINTER)"
22//usage: "\n -m Send mail on completion" 21//usage: "\n -m Send mail on completion"
23//usage: "\n -h Print banner page too" 22//usage: "\n -h Print banner page too"
24//usage: "\n -V Verbose" 23//usage: "\n -V Verbose"
@@ -26,8 +25,7 @@
26//usage:#define lpq_trivial_usage 25//usage:#define lpq_trivial_usage
27//usage: "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID]... [-fs]" 26//usage: "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID]... [-fs]"
28//usage:#define lpq_full_usage "\n\n" 27//usage:#define lpq_full_usage "\n\n"
29//usage: "Options:" 28//usage: " -P lp service to connect to (else uses $PRINTER)"
30//usage: "\n -P lp service to connect to (else uses $PRINTER)"
31//usage: "\n -d Delete jobs" 29//usage: "\n -d Delete jobs"
32//usage: "\n -f Force any waiting job to be printed" 30//usage: "\n -f Force any waiting job to be printed"
33//usage: "\n -s Short display" 31//usage: "\n -s Short display"