mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
_git: Change one --validate to --no-validate
As the description of that argument says, it's used to *not* perform sanity checks.
This commit is contained in:
parent
aa503b592b
commit
9ca77b2143
1 changed files with 1 additions and 1 deletions
|
@ -3729,7 +3729,7 @@ _git-send-email () {
|
|||
'(--format-patch )--no-format-patch[interpret ambiguous arguments file-name arguments]' \
|
||||
'--quiet[be less verbose]' \
|
||||
'( --no-validate)--validate[perform sanity checks on patches]' \
|
||||
'(--validate )--validate[do not perform sanity checks on patches]' \
|
||||
'(--validate )--no-validate[do not perform sanity checks on patches]' \
|
||||
'--force[send emails even if safety checks would prevent it]' \
|
||||
'*: :_files'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue