From 9c7bcc8f99c03ba02883c5bc374e859d289ac40d Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Fri, 9 May 2025 00:08:38 +0100 Subject: [PATCH] doc: Rephrase doc for the setup action in the CLI --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b8ff8ed..2a6f6de 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,7 @@ struct SetupArgs { #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Subcommand)] enum Action { - /// Move config to ~/.config + /// Output a bot config to system's config directory Setup(SetupArgs), /// Run the bot Run,