aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/sed.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-15 21:59:08 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-15 21:59:08 +1000
commit645af56d77e038e89e761bcd33d803987e3be1c2 (patch)
tree7313a8a2e1d643aa063f0ab2e3e9ee19ba975b57 /init/completions/sed.fish
parent9501dc83e645188cc3c90d086b08025fcd56afd1 (diff)
Minor completion tweaks
darcs-hash:20060115115908-ac50b-26c75056ab12b369457b4842dc2fb744f82760c6.gz
Diffstat (limited to 'init/completions/sed.fish')
-rw-r--r--init/completions/sed.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/sed.fish b/init/completions/sed.fish
index 00180c68..d32d9c26 100644
--- a/init/completions/sed.fish
+++ b/init/completions/sed.fish
@@ -5,7 +5,7 @@
# Test if we are using GNU sed
set -l is_gnu
-sed --vvversion >/dev/null ^/dev/null; and set is_gnu --is-gnu
+sed --version >/dev/null ^/dev/null; and set is_gnu --is-gnu
# Shared ls switches