aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-01-14 13:28:49 +0000
committerRon Yorston <rmy@pobox.com>2021-01-14 13:28:49 +0000
commit89963b524d211e1aec12b72b3725be05ee95c8cf (patch)
tree48590aef62b7ee7686b7898256f29def8d9c50b9 /editors/vi.c
parent9aa5a829070392c2ac6494d0c4e674c0c2bc7dab (diff)
parent2b7c1aa92c68524559a2067609d09309d5c09adc (diff)
downloadbusybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.gz
busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.bz2
busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 131c018a2..bfe05d613 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -166,7 +166,7 @@
166//kbuild:lib-$(CONFIG_VI) += vi.o 166//kbuild:lib-$(CONFIG_VI) += vi.o
167 167
168//usage:#define vi_trivial_usage 168//usage:#define vi_trivial_usage
169//usage: "[OPTIONS] [FILE]..." 169//usage: IF_FEATURE_VI_COLON("[-c CMD] ")IF_FEATURE_VI_READONLY("[-R] ")"[FILE]..."
170//usage:#define vi_full_usage "\n\n" 170//usage:#define vi_full_usage "\n\n"
171//usage: "Edit FILE\n" 171//usage: "Edit FILE\n"
172//usage: IF_FEATURE_VI_COLON( 172//usage: IF_FEATURE_VI_COLON(