mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	Merge pull request #207 from jruderman/help_nl
Command line help: add line breaks
This commit is contained in:
		| @@ -367,8 +367,8 @@ int arg::readCommon() { | |||||||
|     printf("  -offline       - don't connect to Steam (for Steam versions)\n"); |     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("  -I ITEM n      - start with n of ITEM (activates cheat and disables ghosts)\n"); | ||||||
|     printf("  -fix           - fix the seed\n"); |     printf("  -fix           - fix the seed\n"); | ||||||
|     printf("Toggles: -o0 disables, -o1 enables, -o switches"); |     printf("Toggles: -o0 disables, -o1 enables, -o switches\n"); | ||||||
|     printf("Not all options are documented, see hyper.cpp"); |     printf("Not all options are documented, see hyper.cpp\n"); | ||||||
|     exit(0); |     exit(0); | ||||||
|     } |     } | ||||||
|   else return 1; |   else return 1; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue