From 8ea6ae4f552680ba68c863a6ea605154787ac958 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Tue, 7 Mar 2017 17:21:52 +0100 Subject: [PATCH] typo --- tools/manage_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/manage_client.py b/tools/manage_client.py index 87e64e9..fd1d646 100644 --- a/tools/manage_client.py +++ b/tools/manage_client.py @@ -20,14 +20,14 @@ parser = ArgumentParser(( parser.add_argument( '--disable', default=False, - type='store_true', + action='store_true', help='Disable the client in the DB and delete from firewall' ) parser.add_argument( '--delete', default=False, - type='store_true', + action='store_true', help='Delete the client from DB and firewall' )