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/dev-cmd | |
| 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/dev-cmd')
| -rw-r--r-- | Library/Homebrew/dev-cmd/bump-formula-pr.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/bump-formula-pr.rb b/Library/Homebrew/dev-cmd/bump-formula-pr.rb index bd27a569c..d875e42ac 100644 --- a/Library/Homebrew/dev-cmd/bump-formula-pr.rb +++ b/Library/Homebrew/dev-cmd/bump-formula-pr.rb @@ -1,6 +1,5 @@ #: * `bump-formula-pr` [`--devel`] [`--dry-run`] `--url=`<url> `--sha256=`<sha-256> <formula>: #: * `bump-formula-pr` [`--devel`] [`--dry-run`] `--tag=`<tag> `--revision=`<revision> <formula>: -#: #: Creates a pull request to update the formula with a new url or a new tag. #: #: If a <url> is specified, the <sha-256> checksum of the new download must |
