diff options
Diffstat (limited to 'include/usage.h')
-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]" |