diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-23 08:39:19 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-23 08:39:19 +0000 |
commit | 040e32f84cdf376ab69fd7931e30100bbf020bfc (patch) | |
tree | e8ab2ad11947b944c0a7188a78ba387123cdc3eb | |
parent | f54e62a3f2a7e435605731dbb53f1bceafd31014 (diff) | |
download | busybox-w32-040e32f84cdf376ab69fd7931e30100bbf020bfc.tar.gz busybox-w32-040e32f84cdf376ab69fd7931e30100bbf020bfc.tar.bz2 busybox-w32-040e32f84cdf376ab69fd7931e30100bbf020bfc.zip |
lpd: extend help text
function old new delta
packed_usage 24466 24612 +146
-rw-r--r-- | include/usage.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 7a3442dc2..e1e234367 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2194,8 +2194,13 @@ | |||
2194 | #define lpd_trivial_usage \ | 2194 | #define lpd_trivial_usage \ |
2195 | "SPOOLDIR [HELPER [ARGS...]]" | 2195 | "SPOOLDIR [HELPER [ARGS...]]" |
2196 | #define lpd_full_usage "\n\n" \ | 2196 | #define lpd_full_usage "\n\n" \ |
2197 | "Example:" \ | 2197 | "SPOOLDIR must contain (symlinks to) device nodes or directories" \ |
2198 | "\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print" | 2198 | "\nwith names matching print queue names. In the first case, jobs are" \ |
2199 | "\nsent directly to the device. Othervise each job is stored in queue" \ | ||
2200 | "\ndirectory and HELPER program is called. Name of file to print" \ | ||
2201 | "\nis passed in $DATAFILE variable." \ | ||
2202 | "\nExample:" \ | ||
2203 | "\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print" \ | ||
2199 | 2204 | ||
2200 | #define lpq_trivial_usage \ | 2205 | #define lpq_trivial_usage \ |
2201 | "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]" | 2206 | "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]" |