mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Fix long description in completion.
Simplify the description, I think it's sufficient like this. Fixes: #6981
This commit is contained in:
parent
b8d0de1b88
commit
dd1a26588a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue