File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Options:
4747* -wnum - line width is num symbols (70 by default);
4848* -iscript - read script line by line and use it as commands;
4949* -lfile - write all input commands to file;
50+ * -cpCODEPAGE - Win only (1251 by default), use 65001 for UTF-8;
5051* -a - autosave on exit and autoload on start (autosave file).
5152
5253## Links
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ int main(int argc, const char **argv)
234234#endif
235235 if (!game ) {
236236 printf ("instead-cli %s (by Peter Kosyh '2021)\n" , VERSION );
237- fprintf (stdout , "Usage: %s [-d<file>] [-w<width>] [-i<script>] [-l<log>] <game>\n" , argv [0 ]);
237+ fprintf (stdout , "Usage: %s [-d<file>] [-w<width>] [-i<script>] [-l<log>] [-a] <game>\n" , argv [0 ]);
238238 exit (1 );
239239 }
240240
You can’t perform that action at this time.
0 commit comments