diff options
Diffstat (limited to 'Completion/Unix/Command/_patch')
-rw-r--r-- | Completion/Unix/Command/_patch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_patch b/Completion/Unix/Command/_patch index c85720d1c..3c18cebb0 100644 --- a/Completion/Unix/Command/_patch +++ b/Completion/Unix/Command/_patch @@ -112,6 +112,9 @@ if (( ! $+_patch_args )); then '* --use-index-line *' '--use-index-line[deal with Index: line]' '* --patch-root=DIR *' '--patch-root=[restrict paths]:patch root:_files -/' + + '* -U --unified-reject-files *' '(-U --unified-reject-files)'{-U,--unified-reject-files}'[create unified reject files]' + '* --global-reject-file=file *' '--global-reject-file=[put all rejects into one file]:file:_files' ) _patch_args=( ${arg:+"-s"} |