diff options
| author | Fabian Mettler | 2017-02-06 14:22:17 +0100 |
|---|---|---|
| committer | Fabian Mettler | 2017-02-06 14:22:17 +0100 |
| commit | ba2ec8abcc0f4a33852da4bb58af975d604569d5 (patch) | |
| tree | d7f4b5c303187ce14ab457011a1cc9b0b161a8e7 /Library/Homebrew | |
| parent | 11abfc39ab593a525663c9dc7f24a9a93fb895e4 (diff) | |
| download | brew-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/Homebrew')
| -rw-r--r-- | Library/Homebrew/dev-cmd/tests.rb | 2 |
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" |
