From: Denis Vlasenko Date: Wed, 23 Jul 2008 08:39:19 +0000 (-0000) Subject: lpd: extend help text X-Git-Tag: 1_12_0~111 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=040e32f84cdf376ab69fd7931e30100bbf020bfc;p=oweals%2Fbusybox.git lpd: extend help text function old new delta packed_usage 24466 24612 +146 --- 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 @@ #define lpd_trivial_usage \ "SPOOLDIR [HELPER [ARGS...]]" #define lpd_full_usage "\n\n" \ - "Example:" \ - "\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print" + "SPOOLDIR must contain (symlinks to) device nodes or directories" \ + "\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 \ "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]"