From a9acc3e0e360ae10355d609009f6872ef324a115 Mon Sep 17 00:00:00 2001 From: Christos KK Loverdos Date: Mon, 4 Aug 2025 17:03:01 +0300 Subject: [PATCH] WIP --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index 32dbcef1..21ca1b44 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -29,7 +29,7 @@ struct Cli { #[derive(Subcommand)] enum Command { - #[command(subcommand, about = "Manage Nexus Tools")] + #[command(subcommand, about = "Manage Nexus Tool(s)")] Tool(tool::ToolCommand), #[command(subcommand, about = "Manage Nexus Configuration")] Conf(conf::ConfCommand),