diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-04 17:31:15 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-04 17:31:15 +0000 |
commit | a46ba73cb03b4378a26cd3dc3f29a81456b5ec59 (patch) | |
tree | 53e5d4b531138eb0853b6233160b2cd4d768de1d /applets/usage.h | |
parent | 810010a425ba2cbe982374e466eb2c0e3ecfe22a (diff) | |
download | busybox-w32-a46ba73cb03b4378a26cd3dc3f29a81456b5ec59.tar.gz busybox-w32-a46ba73cb03b4378a26cd3dc3f29a81456b5ec59.tar.bz2 busybox-w32-a46ba73cb03b4378a26cd3dc3f29a81456b5ec59.zip |
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 <sterling@europa.com>.
It adds 22k to the busybox binary when enabled. Quite impressive!
git-svn-id: svn://busybox.net/trunk/busybox@2240 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 7 |
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 @@ | |||
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 \ |