diff --git a/cli/src/commands/operation/show.rs b/cli/src/commands/operation/show.rs index e6f18e9f03..987567bbfb 100644 --- a/cli/src/commands/operation/show.rs +++ b/cli/src/commands/operation/show.rs @@ -25,7 +25,7 @@ use crate::ui::Ui; #[derive(clap::Args, Clone, Debug)] pub struct OperationShowArgs { /// Show repository changes in this operation, compared to its parent(s) - #[arg(visible_alias = "op", default_value = "@")] + #[arg(default_value = "@")] operation: String, /// Don't show the graph, show a flat list of modified changes #[arg(long)]