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.
2 parents 39227a9 + 0727b56 commit e8ce25fCopy full SHA for e8ce25f
src/plumbing/options/mod.rs
@@ -406,7 +406,7 @@ pub mod merge {
406
#[clap(value_name = "BASE", value_parser = crate::shared::AsBString)]
407
base: BString,
408
/// A path or revspec to their file.
409
- #[clap(value_name = "OURS", value_parser = crate::shared::AsBString)]
+ #[clap(value_name = "THEIRS", value_parser = crate::shared::AsBString)]
410
theirs: BString,
411
},
412
0 commit comments