From 092bb905696f3d7ab2276b5b2c42d589983931bd Mon Sep 17 00:00:00 2001 From: axel Date: Fri, 9 Dec 2005 12:56:51 +1000 Subject: [PATCH] Add minor missing completion for fish itself darcs-hash:20051209025651-ac50b-7fce573294ed888c59c7fc6ce2bd6e4d2f822e0f.gz --- init/completions/fish.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/completions/fish.fish b/init/completions/fish.fish index c244a15b1..80e665b31 100644 --- a/init/completions/fish.fish +++ b/init/completions/fish.fish @@ -1,5 +1,5 @@ complete -c fish -s c -l "command" -d "Run fish with this command" complete -c fish -s h -l help -d "Display help and exit" -complete -c fish -l version -d "Display version and exit" +complete -c fish -s v -l version -d "Display version and exit" complete -c fish -s i -l interactive -d "Run in interactive mode" complete -c fish -s p -l profile -d "Output profiling information to specified file" -f