mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
typo
This commit is contained in:
parent
86a02d65e1
commit
8ea6ae4f55
1 changed files with 2 additions and 2 deletions
|
@ -20,14 +20,14 @@ parser = ArgumentParser((
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--disable',
|
'--disable',
|
||||||
default=False,
|
default=False,
|
||||||
type='store_true',
|
action='store_true',
|
||||||
help='Disable the client in the DB and delete from firewall'
|
help='Disable the client in the DB and delete from firewall'
|
||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--delete',
|
'--delete',
|
||||||
default=False,
|
default=False,
|
||||||
type='store_true',
|
action='store_true',
|
||||||
help='Delete the client from DB and firewall'
|
help='Delete the client from DB and firewall'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue