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.
gix merge file
THEIRS
OURS
1 parent 39227a9 commit 0727b56Copy full SHA for 0727b56
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