aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-23 23:40:18 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-23 23:40:18 +0000
commita79428998d76c1758ca12546e5db945a0cd64518 (patch)
tree88a26fd659f414fbdfeb9208be708d7339a2bf02 /include
parentc93b162248892265eae5f54e9ee409074dfa08c5 (diff)
downloadbusybox-a79428998d76c1758ca12546e5db945a0cd64518.tar.gz
lpd: maintainer's update: now with spool helpers
function old new delta exec_helper - 227 +227 sane 66 117 +51 packed_usage 23806 23828 +22 lpd_main 486 504 +18 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 318/0) Total: 318 bytes
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 54b6a4d99..450f80164 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2108,10 +2108,10 @@
"losetup -f will show the first loop free loop device\n\n"
#define lpd_trivial_usage \
- "SPOOLDIR"
+ "SPOOLDIR [HELPER [ARGS...]]"
#define lpd_full_usage \
"Example:" \
- "\n tcpsvd -E 0 515 softlimit -m 99999 lpd /var/spool"
+ "\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print"
#define lpq_trivial_usage \
"[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]"