diff options
| author | Martin Afanasjew | 2016-08-17 01:19:40 +0200 |
|---|---|---|
| committer | Martin Afanasjew | 2016-08-17 01:25:51 +0200 |
| commit | 823505a0584f5b114ebb29b3d66c5a1ca5ed399b (patch) | |
| tree | 30235263646fde6af3a26e2c09474c45b5031c5f /share | |
| parent | 984ed836bd803e872a14cd32be5b0690a635274f (diff) | |
| download | brew-823505a0584f5b114ebb29b3d66c5a1ca5ed399b.tar.bz2 | |
Fix minor issues in command help text formatting
- Inconsistent or unneeded indentation
- Missing or superfluous empty lines
- Missing or wrongly formatted arguments in command summary
- Missing punctuation
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 49 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 26 |
2 files changed, 41 insertions, 34 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 07fa7c525..2f4de5906 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -48,11 +48,13 @@ run before submitting a new formula.</p> style checks.</p> <p>If <code>--online</code> is passed, additional slower checks that require a network -connection are run. -If <code>--new-formula</code> is passed, various additional checks are run that check +connection are run.</p> + +<p>If <code>--new-formula</code> is passed, various additional checks are run that check if a new formula is eligable for Homebrew. This should be used when creating -new formulae and implies <code>--strict</code> and <code>--online</code>. -If <code>--display-cop-names</code> is passed, the RuboCop cop name for each violation +new formulae and implies <code>--strict</code> and <code>--online</code>.</p> + +<p>If <code>--display-cop-names</code> is passed, the RuboCop cop name for each violation is included in the output.</p> <p>If <code>--display-filename</code> is passed, every line of output is prefixed with the @@ -168,15 +170,15 @@ bottle.</p> <p>If <code>--force-bottle</code> is passed, download a bottle if it exists for the current version of OS X, even if it would not be used during installation.</p></dd> -<dt><code>gist-logs</code> [<code>--new-issue</code>|<code>-n</code>] <var>formula</var></dt><dd><p> Upload logs for a failed build of <var>formula</var> to a new Gist.</p> +<dt><code>gist-logs</code> [<code>--new-issue</code>|<code>-n</code>] <var>formula</var></dt><dd><p>Upload logs for a failed build of <var>formula</var> to a new Gist.</p> -<p> <var>formula</var> is usually the name of the formula to install, but it can be specified - in several different ways. See <a href="#SPECIFYING-FORMULAE" title="SPECIFYING FORMULAE" data-bare-link="true">SPECIFYING FORMULAE</a>.</p> +<p><var>formula</var> is usually the name of the formula to install, but it can be specified +in several different ways. See <a href="#SPECIFYING-FORMULAE" title="SPECIFYING FORMULAE" data-bare-link="true">SPECIFYING FORMULAE</a>.</p> -<p> If <code>--new-issue</code> is passed, automatically create a new issue in the appropriate - GitHub repository as well as creating the Gist.</p> +<p>If <code>--new-issue</code> is passed, automatically create a new issue in the appropriate +GitHub repository as well as creating the Gist.</p> -<p> If no logs are found, an error message is presented.</p></dd> +<p>If no logs are found, an error message is presented.</p></dd> <dt class="flush"><code>home</code></dt><dd><p>Open Homebrew's own homepage in a browser.</p></dd> <dt><code>home</code> <var>formula</var></dt><dd><p>Open <var>formula</var>'s homepage in a browser.</p></dd> <dt><code>info</code> <var>formula</var></dt><dd><p>Display information about <var>formula</var>.</p></dd> @@ -263,10 +265,9 @@ into <code>/Applications</code>, allowing for easier access.</p> <p>If provided, <code>--local</code> will symlink them into the user's <code>~/Applications</code> directory instead of the system directory.</p></dd> -<dt><code>list</code>, <code>ls</code> [<code>--full-name</code>]</dt><dd><p>List all installed formulae. If <code>--full-name</code> is passed, print formulae with -fully-qualified names. -If <code>--full-name</code> is not passed any other options (e.g. <code>-t</code>) are passed to -<code>ls</code> which produces the actual output.</p></dd> +<dt><code>list</code>, <code>ls</code> [<code>--full-name</code>]</dt><dd><p>List all installed formulae. If <code>--full-name</code> is passed, print formulae +with fully-qualified names. If <code>--full-name</code> is not passed, any other +options (e.g. <code>-t</code>) are passed to <code>ls</code> which produces the actual output.</p></dd> <dt><code>list</code>, <code>ls</code> <code>--unbrewed</code></dt><dd><p>List all files in the Homebrew prefix not installed by Homebrew.</p></dd> <dt><code>list</code>, <code>ls</code> [<code>--versions</code> [<code>--multiple</code>]] [<code>--pinned</code>] [<var>formulae</var>]</dt><dd><p>List the installed files for <var>formulae</var>. Combined with <code>--verbose</code>, recursively list the contents of all subdirectories in each <var>formula</var>'s keg.</p> @@ -278,16 +279,15 @@ only show formulae with multiple versions installed.</p> <p>If <code>--pinned</code> is passed, show the versions of pinned formulae, or only the specified (pinned) formulae if <var>formulae</var> are given. See also <code>pin</code>, <code>unpin</code>.</p></dd> -<dt><code>log</code> [<code>git-log-options</code>] <var>formula</var> ...</dt><dd><p>Show the git log for the given formulae. Options that <code>git-log</code>(1) +<dt><code>log</code> [<var>git-log-options</var>] <var>formula</var> ...</dt><dd><p>Show the git log for the given formulae. Options that <code>git-log</code>(1) recognizes can be passed before the formula list.</p></dd> <dt><code>migrate</code> [<code>--force</code>] <var>formulae</var></dt><dd><p>Migrate renamed packages to new name, where <var>formulae</var> are old names of packages.</p> <p>If <code>--force</code> is passed, then treat installed <var>formulae</var> and passed <var>formulae</var> like if they are from same taps and migrate them anyway.</p></dd> -<dt><code>missing</code> [<var>formulae</var>]</dt><dd><p>Check the given <var>formulae</var> for missing dependencies.</p> - -<p>If no <var>formulae</var> are given, check all installed brews.</p></dd> +<dt><code>missing</code> [<var>formulae</var>]</dt><dd><p>Check the given <var>formulae</var> for missing dependencies. If no <var>formulae</var> are +given, check all installed brews.</p></dd> <dt><code>options</code> [<code>--compact</code>] (<code>--all</code>|<code>--installed</code>|<var>formulae</var>)</dt><dd><p>Display install options specific to <var>formulae</var>.</p> <p>If <code>--compact</code> is passed, show all options on a single line separated by @@ -322,7 +322,7 @@ created by <code>brew linkapps</code>.</p> <p>If <code>--dry-run</code> or <code>-n</code> is passed, show what would be removed, but do not actually remove anything.</p></dd> -<dt><code>reinstall</code> <var>formula</var></dt><dd><p>Uninstall then install <var>formula</var></p></dd> +<dt><code>reinstall</code> <var>formula</var></dt><dd><p>Uninstall and then install <var>formula</var>.</p></dd> <dt><code>search</code>, <code>-S</code></dt><dd><p>Display all locally available formulae for brewing (including tapped ones). No online search is performed if called without arguments.</p></dd> <dt><code>search</code> [<code>--desc</code>] <var>text</var>|<code>/</code><var>text</var><code>/</code></dt><dd><p>Perform a substring search of formula names for <var>text</var>. If <var>text</var> is @@ -438,13 +438,14 @@ source. This is useful for creating patches for the software.</p></dd> <dt><code>unpin</code> <var>formulae</var></dt><dd><p>Unpin <var>formulae</var>, allowing them to be upgraded by <code>brew upgrade</code>. See also <code>pin</code>.</p></dd> <dt><code>untap</code> <var>tap</var></dt><dd><p>Remove a tapped repository.</p></dd> -<dt><code>update</code> [<code>--merge</code>]</dt><dd><p>Fetch the newest version of Homebrew and all formulae from GitHub using - <code>git</code>(1).</p> +<dt><code>update</code> [<code>--merge</code>] [<code>--force</code>]</dt><dd><p>Fetch the newest version of Homebrew and all formulae from GitHub using +<code>git</code>(1).</p> <p>If <code>--merge</code> is specified then <code>git merge</code> is used to include updates - (rather than <code>git rebase</code>). -If <code>--force</code> is specified then always do a slower, full update check even - if unnecessary.</p></dd> +(rather than <code>git rebase</code>).</p> + +<p>If <code>--force</code> is specified then always do a slower, full update check even +if unnecessary.</p></dd> <dt><code>upgrade</code> [<var>install-options</var>] [<code>--cleanup</code>] [<code>--fetch-HEAD</code>] [<var>formulae</var>]</dt><dd><p>Upgrade outdated, unpinned brews.</p> <p>Options for the <code>install</code> command are also valid here.</p> diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 15d3a9841..66a4736fd 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -66,7 +66,13 @@ If no \fIformulae\fR are provided, all of them are checked\. If \fB\-\-strict\fR is passed, additional checks are run, including RuboCop style checks\. . .IP -If \fB\-\-online\fR is passed, additional slower checks that require a network connection are run\. If \fB\-\-new\-formula\fR is passed, various additional checks are run that check if a new formula is eligable for Homebrew\. This should be used when creating new formulae and implies \fB\-\-strict\fR and \fB\-\-online\fR\. If \fB\-\-display\-cop\-names\fR is passed, the RuboCop cop name for each violation is included in the output\. +If \fB\-\-online\fR is passed, additional slower checks that require a network connection are run\. +. +.IP +If \fB\-\-new\-formula\fR is passed, various additional checks are run that check if a new formula is eligable for Homebrew\. This should be used when creating new formulae and implies \fB\-\-strict\fR and \fB\-\-online\fR\. +. +.IP +If \fB\-\-display\-cop\-names\fR is passed, the RuboCop cop name for each violation is included in the output\. . .IP If \fB\-\-display\-filename\fR is passed, every line of output is prefixed with the name of the file or formula being audited, to make the output easy to grep\. @@ -344,7 +350,7 @@ If provided, \fB\-\-local\fR will symlink them into the user\'s \fB~/Application . .TP \fBlist\fR, \fBls\fR [\fB\-\-full\-name\fR] -List all installed formulae\. If \fB\-\-full\-name\fR is passed, print formulae with fully\-qualified names\. If \fB\-\-full\-name\fR is not passed any other options (e\.g\. \fB\-t\fR) are passed to \fBls\fR which produces the actual output\. +List all installed formulae\. If \fB\-\-full\-name\fR is passed, print formulae with fully\-qualified names\. If \fB\-\-full\-name\fR is not passed, any other options (e\.g\. \fB\-t\fR) are passed to \fBls\fR which produces the actual output\. . .TP \fBlist\fR, \fBls\fR \fB\-\-unbrewed\fR @@ -361,7 +367,7 @@ If \fB\-\-versions\fR is passed, show the version number for installed formulae, If \fB\-\-pinned\fR is passed, show the versions of pinned formulae, or only the specified (pinned) formulae if \fIformulae\fR are given\. See also \fBpin\fR, \fBunpin\fR\. . .TP -\fBlog\fR [\fBgit\-log\-options\fR] \fIformula\fR \.\.\. +\fBlog\fR [\fIgit\-log\-options\fR] \fIformula\fR \.\.\. Show the git log for the given formulae\. Options that \fBgit\-log\fR(1) recognizes can be passed before the formula list\. . .TP @@ -373,10 +379,7 @@ If \fB\-\-force\fR is passed, then treat installed \fIformulae\fR and passed \fI . .TP \fBmissing\fR [\fIformulae\fR] -Check the given \fIformulae\fR for missing dependencies\. -. -.IP -If no \fIformulae\fR are given, check all installed brews\. +Check the given \fIformulae\fR for missing dependencies\. If no \fIformulae\fR are given, check all installed brews\. . .TP \fBoptions\fR [\fB\-\-compact\fR] (\fB\-\-all\fR|\fB\-\-installed\fR|\fIformulae\fR) @@ -423,7 +426,7 @@ If \fB\-\-dry\-run\fR or \fB\-n\fR is passed, show what would be removed, but do . .TP \fBreinstall\fR \fIformula\fR -Uninstall then install \fIformula\fR +Uninstall and then install \fIformula\fR\. . .TP \fBsearch\fR, \fB\-S\fR @@ -593,11 +596,14 @@ Unpin \fIformulae\fR, allowing them to be upgraded by \fBbrew upgrade\fR\. See a Remove a tapped repository\. . .TP -\fBupdate\fR [\fB\-\-merge\fR] +\fBupdate\fR [\fB\-\-merge\fR] [\fB\-\-force\fR] Fetch the newest version of Homebrew and all formulae from GitHub using \fBgit\fR(1)\. . .IP -If \fB\-\-merge\fR is specified then \fBgit merge\fR is used to include updates (rather than \fBgit rebase\fR)\. If \fB\-\-force\fR is specified then always do a slower, full update check even if unnecessary\. +If \fB\-\-merge\fR is specified then \fBgit merge\fR is used to include updates (rather than \fBgit rebase\fR)\. +. +.IP +If \fB\-\-force\fR is specified then always do a slower, full update check even if unnecessary\. . .TP \fBupgrade\fR [\fIinstall\-options\fR] [\fB\-\-cleanup\fR] [\fB\-\-fetch\-HEAD\fR] [\fIformulae\fR] |
