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, }