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 | |
| 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.
| -rw-r--r-- | Library/Homebrew/dev-cmd/tests.rb | 2 | ||||
| -rw-r--r-- | completions/zsh/_brew | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 2d8e1b42b..9f7b8ebe5 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -678,7 +678,7 @@ _brew_test_bot() { } # brew tests [-v] [--coverage] [--generic] [--no-compat] -# [--only=test_script/test_method] [--seed seed] [--trace] [--online] +# [--only=test_script:test_method] [--seed seed] [--trace] [--online] # [--official-cmd-taps]: _brew_tests() { _arguments \ |
