mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 21:37:18 +00:00
Merge pull request #207 from jruderman/help_nl
Command line help: add line breaks
This commit is contained in:
commit
e323378def
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user