diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-23 23:40:18 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-23 23:40:18 +0000 |
commit | a79428998d76c1758ca12546e5db945a0cd64518 (patch) | |
tree | 88a26fd659f414fbdfeb9208be708d7339a2bf02 /include | |
parent | c93b162248892265eae5f54e9ee409074dfa08c5 (diff) | |
download | busybox-w32-a79428998d76c1758ca12546e5db945a0cd64518.tar.gz busybox-w32-a79428998d76c1758ca12546e5db945a0cd64518.tar.bz2 busybox-w32-a79428998d76c1758ca12546e5db945a0cd64518.zip |
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.h | 4 |
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 @@ | |||
2108 | "losetup -f will show the first loop free loop device\n\n" | 2108 | "losetup -f will show the first loop free loop device\n\n" |
2109 | 2109 | ||
2110 | #define lpd_trivial_usage \ | 2110 | #define lpd_trivial_usage \ |
2111 | "SPOOLDIR" | 2111 | "SPOOLDIR [HELPER [ARGS...]]" |
2112 | #define lpd_full_usage \ | 2112 | #define lpd_full_usage \ |
2113 | "Example:" \ | 2113 | "Example:" \ |
2114 | "\n tcpsvd -E 0 515 softlimit -m 99999 lpd /var/spool" | 2114 | "\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print" |
2115 | 2115 | ||
2116 | #define lpq_trivial_usage \ | 2116 | #define lpq_trivial_usage \ |
2117 | "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]" | 2117 | "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]" |