From dd1a26588aa0669b36d177337e28670c4b0dbc20 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Thu, 18 Jun 2020 00:35:34 +0200 Subject: [PATCH] Fix long description in completion. Simplify the description, I think it's sufficient like this. Fixes: #6981 --- share/completions/awk.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/awk.fish b/share/completions/awk.fish index d201920fe..c006bfe79 100644 --- a/share/completions/awk.fish +++ b/share/completions/awk.fish @@ -5,6 +5,6 @@ # have been hand edited since. # -complete -c awk -s F -d 'Define the input field separator to be the extended regular expression ERE, before any input is read; see Regular Expressions' -r +complete -c awk -s F -d 'Define the input field separator' -r complete -c awk -s f -d 'Specify the pathname of the file progfile containing an awk program' -r -complete -c awk -s v -d 'The application shall ensure that the assignment argument is in the same form as an assignment operand' -r +complete -c awk -s v -d 'Ensure that the assignment argument is in the same form as an assignment operand' -r