From 49da2d307f581037a12844b7869cc8055e1cbec5 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:01:36 +0200 Subject: [PATCH] Fixed typo in "update" cli command --- 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( ...,