We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a64496 commit 1d444dbCopy full SHA for 1d444db
rust/patchable/src/main.rs
@@ -154,7 +154,7 @@ enum Cmd {
154
/// Assume a mirror exists at stackabletech/<repo_name> and push the base ref to it.
155
/// The mirror URL will be stored in patchable.toml, and used instead of the original upstream.
156
#[clap(long)]
157
- mirrored: bool,
+ mirror: bool,
158
},
159
160
/// Shows the patch directory for a given product version
0 commit comments