mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Don't expect apply arg at beginning of command
This commit is contained in:
@@ -334,7 +334,6 @@ def main():
|
||||
apply_help='After updating rule configuration, apply the idstools state.'
|
||||
|
||||
main_parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter)
|
||||
main_parser.add_argument('--apply', action='store_const', const=True, required=False, help=apply_help)
|
||||
|
||||
subcommand_desc = textwrap.dedent(
|
||||
"""\
|
||||
|
||||
Reference in New Issue
Block a user