doc: Rephrase doc for the setup action in the CLI

This commit is contained in:
Kiril Kovachev 2025-05-09 00:08:38 +01:00
parent b4b605861a
commit 9c7bcc8f99

View File

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