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 /Library/Homebrew/cmd/gist-logs.rb | |
| 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 'Library/Homebrew/cmd/gist-logs.rb')
| -rw-r--r-- | Library/Homebrew/cmd/gist-logs.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Homebrew/cmd/gist-logs.rb b/Library/Homebrew/cmd/gist-logs.rb index bcb15cd14..2c60129d1 100644 --- a/Library/Homebrew/cmd/gist-logs.rb +++ b/Library/Homebrew/cmd/gist-logs.rb @@ -1,13 +1,13 @@ #: * `gist-logs` [`--new-issue`|`-n`] <formula>: -#: Upload logs for a failed build of <formula> to a new Gist. +#: Upload logs for a failed build of <formula> to a new Gist. #: -#: <formula> is usually the name of the formula to install, but it can be specified -#: in several different ways. See [SPECIFYING FORMULAE][]. +#: <formula> is usually the name of the formula to install, but it can be specified +#: in several different ways. See [SPECIFYING FORMULAE][]. #: -#: If `--new-issue` is passed, automatically create a new issue in the appropriate -#: GitHub repository as well as creating the Gist. +#: If `--new-issue` is passed, automatically create a new issue in the appropriate +#: GitHub repository as well as creating the Gist. #: -#: If no logs are found, an error message is presented. +#: If no logs are found, an error message is presented. require "formula" require "system_config" |
