From 04565165007d954cf0080bcf42f4c87ce3df0179 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Wed, 27 Jan 2021 17:50:58 -0500 Subject: [PATCH] Update fish completions to satisfy brew man --- completions/fish/brew.fish | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 4493a37677..1dec803023 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1039,7 +1039,7 @@ __fish_brew_complete_arg 'outdated' -l fetch-HEAD -d 'Fetch the upstream reposit __fish_brew_complete_arg 'outdated' -l formula -d 'List only outdated formulae' __fish_brew_complete_arg 'outdated' -l greedy -d 'Print outdated casks with `auto_updates` or `version :latest`' __fish_brew_complete_arg 'outdated' -l help -d 'Show this message' -__fish_brew_complete_arg 'outdated' -l json -d 'Print output in JSON format. There are two versions: v1 and v2. v1 is deprecated and is currently the default if no version is specified. v2 prints outdated formulae and casks. ' +__fish_brew_complete_arg 'outdated' -l json -d 'Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks. ' __fish_brew_complete_arg 'outdated' -l quiet -d 'List only the names of outdated kegs (takes precedence over `--verbose`)' __fish_brew_complete_arg 'outdated' -l verbose -d 'Include detailed version information' __fish_brew_complete_arg 'outdated' -a '(__fish_brew_suggest_formulae_all)' @@ -1382,13 +1382,13 @@ __fish_brew_complete_arg 'typecheck' -l update -d 'Update RBI files' __fish_brew_complete_arg 'typecheck' -l verbose -d 'Make some output more verbose' -__fish_brew_complete_cmd 'unbottled' 'Outputs the unbottled dependents of formulae' +__fish_brew_complete_cmd 'unbottled' 'Show the unbottled dependents of formulae' __fish_brew_complete_arg 'unbottled' -l debug -d 'Display any debugging information' -__fish_brew_complete_arg 'unbottled' -l dependents -d 'Don\'t get analytics data and sort by number of dependents instead' +__fish_brew_complete_arg 'unbottled' -l dependents -d 'Skip getting analytics data and sort by number of dependents instead' __fish_brew_complete_arg 'unbottled' -l help -d 'Show this message' __fish_brew_complete_arg 'unbottled' -l quiet -d 'Make some output more quiet' -__fish_brew_complete_arg 'unbottled' -l tag -d 'Use the specified bottle tag (e.g. big_sur) instead of the current OS' -__fish_brew_complete_arg 'unbottled' -l total -d 'Output the number of unbottled and total formulae' +__fish_brew_complete_arg 'unbottled' -l tag -d 'Use the specified bottle tag (e.g. `big_sur`) instead of the current OS' +__fish_brew_complete_arg 'unbottled' -l total -d 'Print the number of unbottled and total formulae' __fish_brew_complete_arg 'unbottled' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'unbottled' -a '(__fish_brew_suggest_formulae_all)'