Update toriptables2.py

This commit is contained in:
Rupert Edwards 2015-12-22 00:18:04 -05:00
parent fda5a9873e
commit 6bbc0cb093
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,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',