Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit adc464e

Browse files
committed
macOS doesn't like bare - when we specified - as an optstring?
1 parent c0aead9 commit adc464e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bim.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5570,7 +5570,7 @@ static void show_usage(char * argv[]) {
55705570
"bim - Text editor\n"
55715571
"\n"
55725572
"usage: %s [options] [file]\n"
5573-
" %s [options] -\n"
5573+
" %s [options] -- -\n"
55745574
"\n"
55755575
" -R " _S "open initial buffer read-only" _E
55765576
" -O " _S "set various options:" _E

0 commit comments

Comments
 (0)