diff --git a/cli/src/commands/squash.rs b/cli/src/commands/squash.rs index eb0883b8c8b..fec91a7cabe 100644 --- a/cli/src/commands/squash.rs +++ b/cli/src/commands/squash.rs @@ -56,7 +56,7 @@ pub(crate) struct SquashArgs { #[arg(long, conflicts_with = "revision")] from: Option, /// Revision to squash into (default: @) - #[arg(long, conflicts_with = "revision")] + #[arg(long, conflicts_with = "revision", visible_alias = "to")] into: Option, /// The description to use for squashed revision (don't open editor) #[arg(long = "message", short, value_name = "MESSAGE")]