aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/uses.rb
diff options
context:
space:
mode:
authorEricFromCanada2017-02-25 17:37:57 -0500
committerEricFromCanada2017-02-25 17:37:57 -0500
commitafc539f86e2be27744838d0db6f85bcfe20fa857 (patch)
treeccd4fdece45a5fcaa3ced594ef34da610740e6cc /Library/Homebrew/cmd/uses.rb
parent6cb56297378cb57ade790c392dacf4a3bf02f7da (diff)
downloadbrew-afc539f86e2be27744838d0db6f85bcfe20fa857.tar.bz2
Update brew's man page formatting and grammar
Also update command specifications to match descriptions.
Diffstat (limited to 'Library/Homebrew/cmd/uses.rb')
-rw-r--r--Library/Homebrew/cmd/uses.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/uses.rb b/Library/Homebrew/cmd/uses.rb
index 5f6611dfc..b1122c90a 100644
--- a/Library/Homebrew/cmd/uses.rb
+++ b/Library/Homebrew/cmd/uses.rb
@@ -12,8 +12,8 @@
#: `--include-build`. Similarly, pass `--include-optional` to include `:optional`
#: dependencies. To skip `:recommended` type dependencies, pass `--skip-recommended`.
#:
-#: By default, `uses` shows usages of `formula` by stable builds. To find
-#: cases where `formula` is used by development or HEAD build, pass
+#: By default, `uses` shows usages of <formulae> by stable builds. To find
+#: cases where <formulae> is used by development or HEAD build, pass
#: `--devel` or `--HEAD`.
require "formula"