diff options
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c index e1f3724..3656fee 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -25,7 +25,6 @@ //usage: "[OPTIONS] [FILE]..." //usage:#define vi_full_usage "\n\n" //usage: "Edit FILE\n" -//usage: "\nOptions:" //usage: IF_FEATURE_VI_COLON( //usage: "\n -c Initial command to run ($EXINIT also available)" //usage: ) |