From 3f98040554313a50ba68c60f43cd8c4a987a0d24 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 4 Apr 2001 17:31:15 +0000 Subject: I said no new features till after the 0.51 release. Well, I lied. This is a vi editor for busybox, contributed by Sterling Huxley . It adds 22k to the busybox binary when enabled. Quite impressive! --- usage.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'usage.h') diff --git a/usage.h b/usage.h index aa7f0af22..abd0156ad 100644 --- a/usage.h +++ b/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 \ -- cgit v1.2.3