aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/missing.rb
diff options
context:
space:
mode:
authorMartin Afanasjew2016-08-17 01:19:40 +0200
committerMartin Afanasjew2016-08-17 01:25:51 +0200
commit823505a0584f5b114ebb29b3d66c5a1ca5ed399b (patch)
tree30235263646fde6af3a26e2c09474c45b5031c5f /Library/Homebrew/cmd/missing.rb
parent984ed836bd803e872a14cd32be5b0690a635274f (diff)
downloadbrew-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/missing.rb')
-rw-r--r--Library/Homebrew/cmd/missing.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/missing.rb b/Library/Homebrew/cmd/missing.rb
index 41ad4f16d..181530562 100644
--- a/Library/Homebrew/cmd/missing.rb
+++ b/Library/Homebrew/cmd/missing.rb
@@ -1,7 +1,6 @@
#: * `missing` [<formulae>]:
-#: Check the given <formulae> for missing dependencies.
-#:
-#: If no <formulae> are given, check all installed brews.
+#: Check the given <formulae> for missing dependencies. If no <formulae> are
+#: given, check all installed brews.
require "formula"
require "tab"