Update toriptables2.py
This commit is contained in:
parent
c3da636837
commit
88ac31e5f8
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ if __name__ == '__main__':
|
|||
parser = ArgumentParser(
|
||||
description='Tor Iptables script for loading and unloading iptables rules')
|
||||
parser.add_argument('-l', '--load',
|
||||
action="store_true",
|
||||
action='store_true',
|
||||
help='This option will load tor iptables rules')
|
||||
parser.add_argument('-f', '--flush',
|
||||
action='store_true',
|
||||
|
|
Loading…
Reference in a new issue