Skip to content
Snippets Groups Projects
Commit ba2ec8ab authored by Fabian Mettler's avatar Fabian Mettler
Browse files

Fix: Documentation of --only in tests cmd

This pull request fixes the documentation for the —only flag of the
tests cmd.
parent 11abfc39
No related branches found
No related tags found
No related merge requests found
#: * `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"
......
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment