Fix default value of interdiff
This commit is contained in:
parent
291be8dba0
commit
2fc6af4390
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ struct FormatPatch {
|
|||
#[arg(
|
||||
short = 'B',
|
||||
long,
|
||||
help = "Reference for the interdiff (defaults to origin/master)"
|
||||
help = "Reference for the interdiff (defaults to ${config.interdiff_base})"
|
||||
)]
|
||||
base_diff: Option<String>,
|
||||
extra_args: Vec<String>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue