Fix: Documentation of --only in tests cmd

This pull request fixes the documentation for the —only flag of the
tests cmd.
This commit is contained in:
Fabian Mettler 2017-02-06 14:22:17 +01:00
parent 11abfc39ab
commit ba2ec8abcc
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 \