mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge branch 'master' into digitalocean-provider
This commit is contained in:
@@ -15,7 +15,7 @@ from octodns.manager import Manager
|
||||
def main():
|
||||
parser = ArgumentParser(description=__doc__.split('\n')[1])
|
||||
|
||||
parser.add_argument('--config-file', default='./config/production.yaml',
|
||||
parser.add_argument('--config-file', required=True,
|
||||
help='The Manager configuration file to use')
|
||||
|
||||
args = parser.parse_args(WARN)
|
||||
|
||||
Reference in New Issue
Block a user