From bbd060618ff9daf1435a05320191fa4955f77c26 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Mon, 29 Mar 2021 21:18:29 +0200 Subject: [PATCH] Add a few missing words to the commands statement in the first line of scripts/completions/fish-completion.fish. --- scripts/completions/fish-completion.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/completions/fish-completion.fish b/scripts/completions/fish-completion.fish index 707fcdb..0730d4c 100644 --- a/scripts/completions/fish-completion.fish +++ b/scripts/completions/fish-completion.fish @@ -1,4 +1,4 @@ -set -l commands --help -p --printresult +set -l commands --version -h --help --target= -p --printresult complete -c ybcon -f -a "(__fish_complete_suffix .ybcon)" complete -c ybcon -x -s h -l help -d "Print the help screen"