From c3da6368378256d8c33ae8735f1311871f1e9926 Mon Sep 17 00:00:00 2001 From: ruped24 Date: Wed, 17 Jun 2015 18:48:23 -0400 Subject: [PATCH] Update toriptables2.py --- toriptables2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toriptables2.py b/toriptables2.py index b33f94c..e1fdc4a 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -72,8 +72,7 @@ if __name__ == '__main__': parser.add_argument('-l', '--load', action="store_true", help='This option will load tor iptables rules') - parser.add_argument( - '-f', '--flush', + parser.add_argument('-f', '--flush', action='store_true', help='This option flushes the iptables rules to default') args = parser.parse_args()