This commit is contained in:
Max Nordlund 2021-02-06 23:05:26 +01:00 committed by Dawid Dziurla
parent 9e1f355257
commit fee42c4d5f
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ end
# This can be used to match any given option against the given list of arguments:
# * to add condition on interdependent options
# * to ddd condition on mutually exclusive options
# * to add condition on mutually exclusive options
#
# Usage examples (for `completion -n '...'`):
# * `__fish_brew_opt -s --long` returns true if _either_ `-s` _or_ `--long` is present

View File

@ -61,7 +61,7 @@ end
# This can be used to match any given option against the given list of arguments:
# * to add condition on interdependent options
# * to ddd condition on mutually exclusive options
# * to add condition on mutually exclusive options
#
# Usage examples (for `completion -n '...'`):
# * `__fish_brew_opt -s --long` returns true if _either_ `-s` _or_ `--long` is present