Skip to content

Commit 2551303

Browse files
authored
Update README.md
1 parent 328a607 commit 2551303

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,11 @@ utplsql run "my/Username"/"myP@ssword"@connectstring
116116
If only schema is provided, then all suites owner by that schema are executed.
117117
If -p is omitted, the current schema is used.
118118
119-
--tags=tags - A comma separated list of tags to run.
120-
Format: --tags=tag1[,tag2[,tag3]]
121-
119+
--tags=tags - A comma separated list of tags to include or exclude in the run.
120+
The excluded tags must be preceeded by a `-` (minus) sign and the entire expression must be surrounded by escaped doubleqotes in command line.
121+
Format: --tags=tag1[,tag2,...,tagN]
122+
or
123+
Format: --tags=\"-tag1\"[,\"-tag2\",...,tagN]
122124
-f=format - A reporter to be used for reporting.
123125
(--format) If no -f option is provided, the default ut_documentation_reporter is used.
124126
See reporters command for possible values

0 commit comments

Comments
 (0)