Command line help: add line breaks

This commit is contained in:
Jesse Ruderman 2021-07-10 00:34:37 -07:00
parent 4799f7c5f7
commit 5e3af36fe7
1 changed files with 2 additions and 2 deletions

View File

@ -367,8 +367,8 @@ int arg::readCommon() {
printf(" -offline - don't connect to Steam (for Steam versions)\n");
printf(" -I ITEM n - start with n of ITEM (activates cheat and disables ghosts)\n");
printf(" -fix - fix the seed\n");
printf("Toggles: -o0 disables, -o1 enables, -o switches");
printf("Not all options are documented, see hyper.cpp");
printf("Toggles: -o0 disables, -o1 enables, -o switches\n");
printf("Not all options are documented, see hyper.cpp\n");
exit(0);
}
else return 1;