aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/usage.h b/usage.h
index aa7f0af22..abd0156ad 100644
--- a/usage.h
+++ b/usage.h
@@ -1689,6 +1689,13 @@
1689 "$ uudecode busybox busybox > busybox.uu\n" \ 1689 "$ uudecode busybox busybox > busybox.uu\n" \
1690 "$\n" 1690 "$\n"
1691 1691
1692#define vi_trivial_usage \
1693 "[OPTION] [FILE]..."
1694#define vi_full_usage \
1695 "edit FILE.\n\n" \
1696 "Options:\n" \
1697 "\t-R\tRead-only- do not write to the file."
1698
1692#define watchdog_trivial_usage \ 1699#define watchdog_trivial_usage \
1693 "DEV" 1700 "DEV"
1694#define watchdog_full_usage \ 1701#define watchdog_full_usage \