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,