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