Fix new option name

This commit is contained in:
Félix Saparelli 2021-12-29 18:53:47 +13:00
parent ffcdf17914
commit ea3f09408f
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ pub fn get_args(tagged_filterer: bool) -> Result<ArgMatches<'static>> {
.arg(Arg::with_name("no-global-ignore") // TODO
.help_heading(Some(OPTSET_FILTERING))
.help("Skip auto-loading of global or environment-wide ignore files")
.long("no-default-ignore"))
.long("no-global-ignore"))
.arg(Arg::with_name("postpone")
.help_heading(Some(OPTSET_BEHAVIOUR))
.help("Wait until first change to execute command")