diff --git a/share/completions/tig.fish b/share/completions/tig.fish index 9c500fe33..fdac08fda 100644 --- a/share/completions/tig.fish +++ b/share/completions/tig.fish @@ -14,7 +14,7 @@ grep\t"Open the grep view. Supports the same options as git-grep(1)" ' complete -c tig -n 'not contains -- -- (commandline -opc)' -l stdin -d 'Read git commit IDs from stdin' complete -c tig -n 'not contains -- -- (commandline -opc)' -l pretty=raw -d 'Read git log output from stdin' -complete -c tig -n 'not contains -- -- (commandline -opc)' -o C. -d 'Run as if Tig was started in .' +complete -c tig -n 'not contains -- -- (commandline -opc)' -s C -r -d 'Run as if Tig was started in this directory' complete -c tig -n 'not contains -- -- (commandline -opc)' -s v -l version -d 'Show version and exit' complete -c tig -n 'not contains -- -- (commandline -opc)' -s h -l help -d 'Show help message and exit'