about summary refs log tree commit diff
path: root/Completion/User/_tar
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmou@users.sourceforge.net>2001-03-12 12:50:57 +0000
committerChmouel Boudjnah <chmou@users.sourceforge.net>2001-03-12 12:50:57 +0000
commit42ea0a6011a40b988eee720e4ad0f277247a7511 (patch)
treecee50eda441904fab71a770e33b0ebc0ce2c7fb5 /Completion/User/_tar
parent58322ed03c4a97e6c53459a2fcc03c6594253431 (diff)
downloadzsh-42ea0a6011a40b988eee720e4ad0f277247a7511.tar.gz
zsh-42ea0a6011a40b988eee720e4ad0f277247a7511.tar.xz
zsh-42ea0a6011a40b988eee720e4ad0f277247a7511.zip
New tar options -j.
Diffstat (limited to 'Completion/User/_tar')
-rw-r--r--Completion/User/_tar2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/User/_tar b/Completion/User/_tar
index 9a71d8cef..634917233 100644
--- a/Completion/User/_tar
+++ b/Completion/User/_tar
@@ -125,6 +125,8 @@ elif [[ ( "$_tar_cmd" = *[xt]* || -n $del ) && -n "$tf" ]]; then
 
   if [[ $_tar_cmd = *z* ]]; then
     largs=-tzf
+  elif [[ $_tar_cmd = *j* ]]; then
+    largs=-tjf
   elif [[ $_tar_cmd = *y* ]]; then
     largs=-tyf
   elif [[ $_tar_cmd = *Z* ]]; then