diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-08-05 00:35:16 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-08-05 00:35:16 +0000 |
commit | 4a2b5b9137d0996c0c68dcc1b8d63db8be2ade37 (patch) | |
tree | f0aae177232ca161abf6e14b5d63e8e0e5f6e332 /Completion/Unix/Command | |
parent | 805a11bddf4298b31c6bb2d70e4ea33674a6be16 (diff) | |
download | zsh-4a2b5b9137d0996c0c68dcc1b8d63db8be2ade37.tar.gz zsh-4a2b5b9137d0996c0c68dcc1b8d63db8be2ade37.tar.xz zsh-4a2b5b9137d0996c0c68dcc1b8d63db8be2ade37.zip |
Mikael Magnusson: 27204: remove stray curly brace.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_patch b/Completion/Unix/Command/_patch index 5024b6e4c..add436702 100644 --- a/Completion/Unix/Command/_patch +++ b/Completion/Unix/Command/_patch @@ -114,7 +114,7 @@ if (( ! $+_patch_args )); then '* --patch-root=DIR *' '--patch-root=[restrict paths]:patch root:_files -/' '* -U *' '(--unified-reject-files)-U[create unified reject files]' - '* --unified-reject-files *' '(-U)--unified-reject-files}[create unified reject files]' + '* --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=( |