summaryrefslogtreecommitdiff
path: root/Completion/Unix
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_sed b/Completion/Unix/Command/_sed
index 0175364d9..99bd5e82a 100644
--- a/Completion/Unix/Command/_sed
+++ b/Completion/Unix/Command/_sed
@@ -7,7 +7,7 @@ args=(
'(1)*'{-e,--expression=-}'[add sed commands to run]:sed script'
'(1)*'{-f,--file=-}'[add contents of file to commands to run]:file:_files'
'(-e)1: :_guard "^-*" sed script'
- ':input file:_files'
+ '*:input file:_files'
)
if _pick_variant gnu=GNU unix --version; then