aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/info.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-02-26 09:33:00 +0000
committerGitHub2017-02-26 09:33:00 +0000
commite87ed704b38fa7b312da716d6e7b68a5e70788d4 (patch)
treed289a7af6360c5e42c7bae0a20777e2cf10bcb58 /Library/Homebrew/cmd/info.rb
parentf0fd43efbd36e2fb9af54c4b48024b32b3b85a30 (diff)
parent922a52486bba6afbb01d259f1890c38cde609406 (diff)
downloadbrew-e87ed704b38fa7b312da716d6e7b68a5e70788d4.tar.bz2
Merge pull request #2194 from EricFromCanada/master
Fix grammar, formatting in man pages
Diffstat (limited to 'Library/Homebrew/cmd/info.rb')
-rw-r--r--Library/Homebrew/cmd/info.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb
index 1850ae003..b06d99466 100644
--- a/Library/Homebrew/cmd/info.rb
+++ b/Library/Homebrew/cmd/info.rb
@@ -4,7 +4,7 @@
#: * `info` `--github` <formula>:
#: Open a browser to the GitHub History page for formula <formula>.
#:
-#: To view formula history locally: `brew log -p <formula>`.
+#: To view formula history locally: `brew log -p <formula>`
#:
#: * `info` `--json=`<version> (`--all`|`--installed`|<formulae>):
#: Print a JSON representation of <formulae>. Currently the only accepted value
@@ -13,7 +13,7 @@
#: Pass `--all` to get information on all formulae, or `--installed` to get
#: information on all installed formulae.
#:
-#: See the docs for examples of using the JSON:
+#: See the docs for examples of using the JSON output:
#: <http://docs.brew.sh/Querying-Brew.html>
require "blacklist"