diff --git a/bot/src/cli.rs b/bot/src/cli.rs index 6df8096..6ca2625 100644 --- a/bot/src/cli.rs +++ b/bot/src/cli.rs @@ -20,7 +20,7 @@ pub struct CliArgs { pub redis_consumer_name: String, /// The bluesky bot user's handle. - #[arg(short = 'h', long)] + #[arg(short = 'u', long)] pub bluesky_handle: String, /// The bluesky bot user's password.