Fixed typo in "update" cli command

This commit is contained in:
Alexander Piskun 2025-03-05 09:01:36 +02:00 committed by GitHub
parent 3de17b2fa6
commit 49da2d307f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -711,7 +711,7 @@ def uninstall(
for_each_nodes(nodes, act=uninstall_node)
@app.command(help="Disable custom nodes")
@app.command(help="Update custom nodes")
def update(
nodes: List[str] = typer.Argument(
...,