| @@ -25,17 +25,17 @@ type, and the mean and median number of rounds it took to win a game. | |||
| ## Game Options | |||
| ``` | |||
| -v, --verbose Print detailed information about each game. | |||
| This gets very long; probably don't use it if | |||
| you're asking for a large number of games! | |||
| -n, --numruns [N] The number of games to simulate. Default: 10000 | |||
| -m, --multiwin Announce on the console when a game ends in a | |||
| multi-win. This can lead to a lot of output. | |||
| -i, --instructions Print these instructions. | |||
| ` -v, --verbose Print detailed information about each game.` | |||
| ` This gets very long; probably don't use it if` | |||
| ` you're asking for a large number of games!` | |||
| `` | |||
| ` -n, --numruns [N] The number of games to simulate. Default: 10000` | |||
| `` | |||
| ` -m, --multiwin Announce on the console when a game ends in a` | |||
| ` multi-win. This can lead to a lot of output.` | |||
| `` | |||
| ` -i, --instructions Print these instructions.` | |||
| ``` | |||
| ### Mutually Exclusive Options: | |||