mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
lpd: extend help text
function old new delta packed_usage 24466 24612 +146
This commit is contained in:
parent
f54e62a3f2
commit
040e32f84c
@ -2194,8 +2194,13 @@
|
|||||||
#define lpd_trivial_usage \
|
#define lpd_trivial_usage \
|
||||||
"SPOOLDIR [HELPER [ARGS...]]"
|
"SPOOLDIR [HELPER [ARGS...]]"
|
||||||
#define lpd_full_usage "\n\n" \
|
#define lpd_full_usage "\n\n" \
|
||||||
"Example:" \
|
"SPOOLDIR must contain (symlinks to) device nodes or directories" \
|
||||||
"\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print"
|
"\nwith names matching print queue names. In the first case, jobs are" \
|
||||||
|
"\nsent directly to the device. Othervise each job is stored in queue" \
|
||||||
|
"\ndirectory and HELPER program is called. Name of file to print" \
|
||||||
|
"\nis passed in $DATAFILE variable." \
|
||||||
|
"\nExample:" \
|
||||||
|
"\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print" \
|
||||||
|
|
||||||
#define lpq_trivial_usage \
|
#define lpq_trivial_usage \
|
||||||
"[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]"
|
"[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]"
|
||||||
|
Loading…
Reference in New Issue
Block a user