Fix long description in completion.

Simplify the description, I think it's sufficient like this.

Fixes: #6981
This commit is contained in:
Daniel Bengtsson 2020-06-18 00:35:34 +02:00 committed by Fabian Homborg
parent b8d0de1b88
commit dd1a26588a

View File

@ -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