mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
Network insight, cleanup. -c vs --config for https://github.com/opnsense/core/issues/2964
This commit is contained in:
parent
7b19321cb9
commit
4e69e5923b
@ -186,7 +186,7 @@ class Main(object):
|
||||
if __name__ == '__main__':
|
||||
# parse arguments and load config
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('-c', '--config', help='configuration yaml', default=None)
|
||||
parser.add_argument('--config', '--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