aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-02-10 14:56:16 +0000
committerGitHub2017-02-10 14:56:16 +0000
commit1413cd15babcabd024552c083dd14cd2238f1e9d (patch)
tree0ba964aef53ef08167fde49eba5d2a71a0cf7b42 /Library
parentb6265276c8fd28ef08e7bff2468ab5a30c48feb6 (diff)
parent15ac4283e4b3401a2fabc45d17941d32cd61f5ff (diff)
downloadbrew-1413cd15babcabd024552c083dd14cd2238f1e9d.tar.bz2
Merge pull request #1958 from maveonair/tests-cli-help
Fix: Documentation of --only in tests cmd
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dev-cmd/tests.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/tests.rb b/Library/Homebrew/dev-cmd/tests.rb
index 05bdda8d2..9d93fc9e8 100644
--- a/Library/Homebrew/dev-cmd/tests.rb
+++ b/Library/Homebrew/dev-cmd/tests.rb
@@ -1,4 +1,4 @@
-#: * `tests` [`-v`] [`--coverage`] [`--generic`] [`--no-compat`] [`--only=`<test_script/test_method>] [`--seed` <seed>] [`--trace`] [`--online`] [`--official-cmd-taps`]:
+#: * `tests` [`-v`] [`--coverage`] [`--generic`] [`--no-compat`] [`--only=`<test_script:test_method>] [`--seed` <seed>] [`--trace`] [`--online`] [`--official-cmd-taps`]:
#: Run Homebrew's unit and integration tests.
require "fileutils"