diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-02-27 09:29:24 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-02-27 09:29:24 +0000 |
commit | 4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc (patch) | |
tree | b23530e00880c4a72dfd97a87a51f088aa503dce /Completion/Unix/Command/_tar | |
parent | e4443a2d4f8e591c54e4384f5db42835ad7a0065 (diff) | |
download | zsh-4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc.tar.gz zsh-4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc.tar.xz zsh-4b09b20be25c5a7ecf53baa55cdb8a4dcb94ccfc.zip |
correct typo from recent change
Diffstat (limited to 'Completion/Unix/Command/_tar')
-rw-r--r-- | Completion/Unix/Command/_tar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_tar b/Completion/Unix/Command/_tar index 96e4e4032..3e3b3fc51 100644 --- a/Completion/Unix/Command/_tar +++ b/Completion/Unix/Command/_tar @@ -146,7 +146,7 @@ elif [[ ( "$_tar_cmd" = *[xt]* || -n $del ) && -n "$tf" ]]; then _wanted files expl 'file from archive' _multi_parts / _tar_cache_list elif (( CURRENT == 2 )); then _values -s '' 'tar function' \ - '(c t u x)A[append to and archive]' \ + '(c t u x)A[append to an archive]' \ '(A t u x)c[create a new archive]' \ '(A c u x)t[list archive contents]' \ '(A c t x)u[update archive]' \ |