Remove confusing helpstring from server cli args. Closes #719
This commit is contained in:
parent
24fec0b242
commit
b047b3034e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ if __name__ == "__main__":
|
||||||
f"--{name}",
|
f"--{name}",
|
||||||
dest=name,
|
dest=name,
|
||||||
type=parse_bool_arg,
|
type=parse_bool_arg,
|
||||||
help=f"Disable {description}",
|
help=f"{description}",
|
||||||
)
|
)
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
Loading…
Reference in a new issue