mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
fix previous, https://github.com/opnsense/core/issues/2964
This commit is contained in:
parent
8fdaf264de
commit
813595af4f
@ -186,7 +186,7 @@ class Main(object):
|
||||
if __name__ == '__main__':
|
||||
# parse arguments and load config
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('--config', '--config', help='configuration yaml', default=None)
|
||||
parser.add_argument('--config', help='configuration yaml', default=None)
|
||||
parser.add_argument('--console', dest='console', help='run in console', action='store_true')
|
||||
parser.add_argument('--profile', dest='profile', help='enable profiler', action='store_true')
|
||||
parser.add_argument('--repair', dest='repair', help='init repair', action='store_true')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user