diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index c9329b30b..7c9a90e77 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2051,6 +2051,12 @@ USE_FEATURE_BRCTL_FANCY("\n" \ | |||
2051 | "with an optional offset (-o 12345). Encryption is not yet supported.\n" \ | 2051 | "with an optional offset (-o 12345). Encryption is not yet supported.\n" \ |
2052 | "losetup -f will show the first loop free loop device\n\n" | 2052 | "losetup -f will show the first loop free loop device\n\n" |
2053 | 2053 | ||
2054 | #define lpd_trivial_usage \ | ||
2055 | "SPOOLDIR" | ||
2056 | #define lpd_full_usage \ | ||
2057 | "Example:" \ | ||
2058 | "\n tcpsvd -E localhost 515 lpd /var/spool" | ||
2059 | |||
2054 | #define lpq_trivial_usage \ | 2060 | #define lpq_trivial_usage \ |
2055 | "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]" | 2061 | "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]" |
2056 | #define lpq_full_usage \ | 2062 | #define lpq_full_usage \ |