From fe21cb44c957690dde2bd2207767ae84a2d354be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Fri, 21 Jan 2022 23:01:59 +0100 Subject: [PATCH] entr --- share/completions/entr.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/entr.fish b/share/completions/entr.fish index 4d70b65a0..ca020a476 100644 --- a/share/completions/entr.fish +++ b/share/completions/entr.fish @@ -1,5 +1,5 @@ -complete -c entr -s r -d 'Launches the utility at startup and reloads it if one of the source files change' +complete -c entr -s r -d 'Launch utility at startup and reload on file change' complete -c entr -s c -d 'Clears the screen before running the utility' -complete -c entr -s h -l help -d 'Display help and exit' +complete -c entr -s h -l help -d 'Display help' complete -c entr -s v -l version -d 'Output version information' complete -c entr -x -a '(__fish_complete_subcommand)'