aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 128aee2f5..33ead14f5 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1949,6 +1949,12 @@
1949 "Options:\n" \ 1949 "Options:\n" \
1950 "\t-d\t\tdelay interval for shutting off." 1950 "\t-d\t\tdelay interval for shutting off."
1951 1951
1952#define printenv_trivial_usage \
1953 "[VARIABLES...]"
1954#define printenv_full_usage \
1955 "print all or part of environment\n\n" \
1956 "If no environment VARIABLE specified, print them all."
1957
1952#define printf_trivial_usage \ 1958#define printf_trivial_usage \
1953 "FORMAT [ARGUMENT...]" 1959 "FORMAT [ARGUMENT...]"
1954#define printf_full_usage \ 1960#define printf_full_usage \
@@ -2316,6 +2322,14 @@
2316 "\t-h\tName of the remote host for this login.\n" \ 2322 "\t-h\tName of the remote host for this login.\n" \
2317 "\t-p\tPreserve environment." 2323 "\t-p\tPreserve environment."
2318 2324
2325#define sum_trivial_usage \
2326 "[rs] [files...]"
2327#define sum_full_usage \
2328 "checksum and count the blocks in a file\n\n" \
2329 "Options:\n" \
2330 "\t-r\tuse BSD sum algorithm (1K blocks)\n" \
2331 "\t-s\tuse System V sum algorithm (512byte blocks)\n"
2332
2319#define swapoff_trivial_usage \ 2333#define swapoff_trivial_usage \
2320 "[OPTION] [DEVICE]" 2334 "[OPTION] [DEVICE]"
2321#define swapoff_full_usage \ 2335#define swapoff_full_usage \