aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index e1f3724cc..3656fee95 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -25,7 +25,6 @@
25//usage: "[OPTIONS] [FILE]..." 25//usage: "[OPTIONS] [FILE]..."
26//usage:#define vi_full_usage "\n\n" 26//usage:#define vi_full_usage "\n\n"
27//usage: "Edit FILE\n" 27//usage: "Edit FILE\n"
28//usage: "\nOptions:"
29//usage: IF_FEATURE_VI_COLON( 28//usage: IF_FEATURE_VI_COLON(
30//usage: "\n -c Initial command to run ($EXINIT also available)" 29//usage: "\n -c Initial command to run ($EXINIT also available)"
31//usage: ) 30//usage: )