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 42e9cb4 commit 3a64496Copy full SHA for 3a64496
rust/patchable/src/main.rs
@@ -152,7 +152,7 @@ enum Cmd {
152
base: String,
153
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 instead of the original upstream.
+ /// The mirror URL will be stored in patchable.toml, and used instead of the original upstream.
156
#[clap(long)]
157
mirrored: bool,
158
},
0 commit comments