about summary refs log tree commit diff
path: root/Completion/User/_tar
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_tar')
-rw-r--r--Completion/User/_tar2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_tar b/Completion/User/_tar
index defaaf39a..2d7d630ab 100644
--- a/Completion/User/_tar
+++ b/Completion/User/_tar
@@ -107,7 +107,7 @@ elif [[ ( "$_tar_cmd" = *[xt]* || -n $del ) && -n "$tf" ]]; then
     _tar_cache_name=$tf
   fi
 
-  _wanted archived-files expl 'file from archive' &&
+  _wanted files expl 'file from archive' &&
       _multi_parts "$expl[@]" / _tar_cache_list
 else