aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFabian Mettler2017-02-06 14:22:17 +0100
committerFabian Mettler2017-02-06 14:22:17 +0100
commitba2ec8abcc0f4a33852da4bb58af975d604569d5 (patch)
treed7f4b5c303187ce14ab457011a1cc9b0b161a8e7 /Library
parent11abfc39ab593a525663c9dc7f24a9a93fb895e4 (diff)
downloadbrew-ba2ec8abcc0f4a33852da4bb58af975d604569d5.tar.bz2
Fix: Documentation of --only in tests cmd
This pull request fixes the documentation for the —only flag of the 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"