Merge "Print help message and exit if no config file by default"
This commit is contained in:
commit
e638f2e516
@ -73,7 +73,7 @@ class Mirror(object):
|
||||
description='Build a pypi mirror from requirements')
|
||||
parser.add_argument('-b', dest='branch',
|
||||
help='restrict run to a specified branch')
|
||||
parser.add_argument('-c', dest='config',
|
||||
parser.add_argument('-c', dest='config', required=True,
|
||||
help='specify the config file')
|
||||
parser.add_argument('-n', dest='noop', action='store_true',
|
||||
help='do not run any commands')
|
||||
|
Loading…
x
Reference in New Issue
Block a user