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
3059459915
commit
86a02d65e1
1 changed files with 2 additions and 0 deletions
|
@ -20,12 +20,14 @@ parser = ArgumentParser((
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--disable',
|
'--disable',
|
||||||
default=False,
|
default=False,
|
||||||
|
type='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',
|
||||||
help='Delete the client from DB and firewall'
|
help='Delete the client from DB and firewall'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue