From ac0ff9ae46dc47790a3c0d16c2c85b11bd08383d Mon Sep 17 00:00:00 2001 From: Doug Hogan Date: Sat, 27 Jul 2019 07:03:42 -0700 Subject: [PATCH] Update md and run `brew man`. --- Library/Homebrew/manpages/brew-cask.1.md | 5 ++++- manpages/brew-cask.1 | 5 ++++- manpages/brew.1 | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/manpages/brew-cask.1.md b/Library/Homebrew/manpages/brew-cask.1.md index 69af6d81e4..cec5db30ad 100644 --- a/Library/Homebrew/manpages/brew-cask.1.md +++ b/Library/Homebrew/manpages/brew-cask.1.md @@ -97,13 +97,16 @@ graphical user interface. Uninstall the given Cask. With `--force`, uninstall even if the Cask does not appear to be present. - * `upgrade` [--force] [--greedy] [ ... ]: + * `upgrade` [--force] [--greedy] [--dry-run] [ ... ]: Without token arguments, upgrade all the installed Casks that have newer versions available in the tap; otherwise update the tokens given in the command line. If `--greedy` is given then also upgrade the Casks having `auto_updates true` or `version :latest`. + If `--dry-run` is given, show what would be upgraded, but do not actually + upgrade anything. + * `zap` [--force] [ ... ]: Unconditionally remove _all_ files associated with the given Cask. With `--force`, zap even if the Cask does not appear to be currently installed. diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index ae24f6e2fb..93c6812b9f 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW\-CASK" "1" "May 2019" "Homebrew" "brew-cask" +.TH "BREW\-CASK" "1" "July 2019" "Homebrew" "brew-cask" . .SH "NAME" \fBbrew\-cask\fR \- a friendly binary installer for macOS @@ -103,6 +103,9 @@ Uninstall the given Cask\. With \fB\-\-force\fR, uninstall even if the Cask does \fBupgrade\fR [\-\-force] [\-\-greedy] [\-\-dry\-run] \fItoken\fR [ \fItoken\fR \.\.\. ] Without token arguments, upgrade all the installed Casks that have newer versions available in the tap; otherwise update the tokens given in the command line\. If \fB\-\-greedy\fR is given then also upgrade the Casks having \fBauto_updates true\fR or \fBversion :latest\fR\. . +.IP +If \fB\-\-dry\-run\fR is given, show what would be upgraded, but do not actually upgrade anything\. +. .TP \fBzap\fR [\-\-force] \fItoken\fR [ \fItoken\fR \.\.\. ] Unconditionally remove \fIall\fR files associated with the given Cask\. With \fB\-\-force\fR, zap even if the Cask does not appear to be currently installed\. diff --git a/manpages/brew.1 b/manpages/brew.1 index a9f6e13488..f0325631ea 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "May 2019" "Homebrew" "brew" +.TH "BREW" "1" "July 2019" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for macOS