diff --git a/crates/cli/src/subcommands/identity.rs b/crates/cli/src/subcommands/identity.rs index ae1e6a801b6..13d3452e802 100644 --- a/crates/cli/src/subcommands/identity.rs +++ b/crates/cli/src/subcommands/identity.rs @@ -85,6 +85,8 @@ fn get_subcommands() -> Vec { Command::new("list").about("List saved identities which apply to a server") .arg( Arg::new("server") + .short('s') + .long("server") .help("The nickname, host name or URL of the server to list identities for") .conflicts_with("all") )