From a20fcf58f2ae2d7886f45cbefb42e4a32a155e9a Mon Sep 17 00:00:00 2001 From: prplV Date: Tue, 10 Dec 2024 13:36:27 +0300 Subject: [PATCH] fix info output --- noxis-cli/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxis-cli/src/cli.rs b/noxis-cli/src/cli.rs index 7235166..f8e0dd6 100644 --- a/noxis-cli/src/cli.rs +++ b/noxis-cli/src/cli.rs @@ -4,7 +4,7 @@ use clap::{Parser, Subcommand}; pub struct Cli { #[command( subcommand, - help = "status|start|stop|restart|", + help = "to manage Noxis work", )] command : Commands, }