|
@@ -33,7 +33,7 @@ def getargs():
|
|
|
system.")
|
|
system.")
|
|
|
parser.add_argument('-c', '--config', default='CarcassonneScore.conf',
|
|
parser.add_argument('-c', '--config', default='CarcassonneScore.conf',
|
|
|
help='Location of the configuration file.')
|
|
help='Location of the configuration file.')
|
|
|
- parser.add_argument(('--random-exp', default=False,
|
|
|
|
|
|
|
+ parser.add_argument('--random-exp', default=False,
|
|
|
help="Select a random set of active expansions and \
|
|
help="Select a random set of active expansions and \
|
|
|
mini-expansions.")
|
|
mini-expansions.")
|
|
|
|
|
|