diff options
author | Denys Vlasenko | 2011-06-05 03:58:28 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-06-05 03:58:28 +0200 |
commit | 66426760beef7e87c4735f433d123daf911b5b4a (patch) | |
tree | 7aa341ba4d1b01b69feeb878d1b78f974207abb0 /printutils/lpr.c | |
parent | 9f7780250ce4bbee9c0a8f1044875e303479e196 (diff) | |
download | busybox-66426760beef7e87c4735f433d123daf911b5b4a.zip busybox-66426760beef7e87c4735f433d123daf911b5b4a.tar.gz |
*: 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.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/printutils/lpr.c b/printutils/lpr.c index f8ee9a1..fc6bca9 100644 --- a/printutils/lpr.c +++ b/printutils/lpr.c @@ -17,8 +17,7 @@ /* -C CLASS exists too, not shown. * CLASS is supposed to be printed on banner page, if one is requested */ //usage:#define lpr_full_usage "\n\n" -//usage: "Options:" -//usage: "\n -P lp service to connect to (else uses $PRINTER)" +//usage: " -P lp service to connect to (else uses $PRINTER)" //usage: "\n -m Send mail on completion" //usage: "\n -h Print banner page too" //usage: "\n -V Verbose" @@ -26,8 +25,7 @@ //usage:#define lpq_trivial_usage //usage: "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID]... [-fs]" //usage:#define lpq_full_usage "\n\n" -//usage: "Options:" -//usage: "\n -P lp service to connect to (else uses $PRINTER)" +//usage: " -P lp service to connect to (else uses $PRINTER)" //usage: "\n -d Delete jobs" //usage: "\n -f Force any waiting job to be printed" //usage: "\n -s Short display" |