From 27706f37f6339d4648a4220c7be3d961356323fa Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:00:19 +0300 Subject: [PATCH] Fixed typo in "update" cli command (#1609) --- cm-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm-cli.py b/cm-cli.py index e43ce032..fa2267aa 100644 --- a/cm-cli.py +++ b/cm-cli.py @@ -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( ...,