This commit is contained in:
Stefan Midjich 2017-03-07 17:20:13 +01:00
parent 3059459915
commit 86a02d65e1
1 changed files with 2 additions and 0 deletions

View File

@ -20,12 +20,14 @@ parser = ArgumentParser((
parser.add_argument(
'--disable',
default=False,
type='store_true',
help='Disable the client in the DB and delete from firewall'
)
parser.add_argument(
'--delete',
default=False,
type='store_true',
help='Delete the client from DB and firewall'
)