Slim down args

This commit is contained in:
Mike A. Trethewey
2020-03-12 03:31:39 -07:00
parent f69d86eca6
commit 0cb7eaa417
15 changed files with 65 additions and 417 deletions

View File

@@ -200,12 +200,12 @@
},
"shuffleganon": {
"action": "store_true",
"type": "bool",
"help": "suppress"
"type": "bool"
},
"no-shuffleganon": {
"action": "store_false",
"dest": "shuffleganon"
"dest": "shuffleganon",
"help": "suppress"
},
"heartbeep": {
"choices": [

View File

@@ -246,9 +246,9 @@
"None: You will be able to reach enough locations to beat the game."
],
"hints": [ "Make telepathic tiles and storytellers give helpful hints. (default: %(default)s)" ],
"no-shuffleganon": [
"If set, the Pyramid Hole and Ganon's Tower are not",
"included entrance shuffle pool. (default: %(default)s)"
"shuffleganon": [
"Include the Ganon's Tower and Pyramid Hole in the",
"entrance shuffle pool. (default: %(default)s)"
],
"heartbeep": [
"Select the rate at which the heart beep sound is played at",