diff --git a/share/completions/kroki.fish b/share/completions/kroki.fish index fc6ad78e4..cd419edcd 100644 --- a/share/completions/kroki.fish +++ b/share/completions/kroki.fish @@ -5,9 +5,9 @@ complete -c $command -f complete -c $command -s h -l help -d 'Show help' complete -c $command -s v -l version -d 'Show version' -set -l subcommands_with_descriptions 'help\t"Select multiple values using checkboxes"' \ - 'version\t"Pick a number in specific range"' \ - 'convert\t"Show a confirmation"' +set -l subcommands_with_descriptions 'help\t"Show help"' \ + 'version\t"Show version"' \ + 'convert\t"Convert files"' set -l subcommands (string replace --regex '\\\t.+' '' -- $subcommands_with_descriptions)