diff --git a/docs/Manpage.md b/docs/Manpage.md index 64d893de85..21cbdc7686 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -709,7 +709,7 @@ Fetch the newest version of Homebrew and all formulae from GitHub using `git`(1) * `-f`, `--force`: Always do a slower, full update check (even if unnecessary). -### `update-reset` [*`repository`* ...] +### `update-reset` [*`path-to-tap-repository`* ...] Fetch and reset Homebrew and all tap repositories (or any specified *`repository`*) using `git`(1) to their latest `origin/HEAD`. diff --git a/manpages/brew.1 b/manpages/brew.1 index ba3bda2b3f..16dc246792 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -986,7 +986,7 @@ Run on auto\-updates (e\.g\. before \fBbrew install\fR)\. Skips some slower step \fB\-f\fR, \fB\-\-force\fR Always do a slower, full update check (even if unnecessary)\. . -.SS "\fBupdate\-reset\fR [\fIrepository\fR \.\.\.]" +.SS "\fBupdate\-reset\fR [\fIpath\-to\-tap\-repository\fR \.\.\.]" Fetch and reset Homebrew and all tap repositories (or any specified \fIrepository\fR) using \fBgit\fR(1) to their latest \fBorigin/HEAD\fR\. . .P