about summary refs log tree commit diff
path: root/Completion/User/_strip
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_strip')
-rw-r--r--Completion/User/_strip5
1 files changed, 4 insertions, 1 deletions
diff --git a/Completion/User/_strip b/Completion/User/_strip
index d9f44cc5e..529176fdd 100644
--- a/Completion/User/_strip
+++ b/Completion/User/_strip
@@ -1,3 +1,6 @@
 #compdef strip
 
-_files -g '*(*)'
+local expl
+
+_description expl executable
+_files "$expl[@]" -g '*(*)'