Skip to content

Commit 15fe006

Browse files
committed
Fix help message
Commit 0b06660 removed one extra line.
1 parent 35d75d5 commit 15fe006

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ void usage(int errorp)
182182
" GAUCHE_HISTORY_FILE\n"
183183
" Specify alternative file to save history of what you typed in REPL\n"
184184
" while you're using input editing. By default, it is saved in\n"
185+
" '~/.gosh_history'.\n"
185186
" GAUCHE_LEGACY_DEFINE\n"
186187
" Keep the toplevel `define' behavior the same as 0.9.8 and before.\n"
187188
" It allows certain legacy programs that aren't valid R7RS. See\n"

0 commit comments

Comments
 (0)