Skip to content

Commit 10bef7b

Browse files
committed
Adjust documentation to reflect parameter changes
1 parent a8acbb9 commit 10bef7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ utplsql run "my/Username"/"myP@ssword"@connectstring
155155
-t=timeInMinutes - Sets the timeout in minutes after which the cli will abort.
156156
(--timeout) Default 60
157157
158-
-dbout - Enables DBMS_OUTPUT in the TestRunner-Session
159-
(--dbms_output) Default: false
158+
-D - Enables DBMS_OUTPUT in the TestRunner-Session
159+
(--dbms_output) Default: false
160160
161-
-random - Enables random order of test executions
161+
-r - Enables random order of test executions
162162
(--random-test-order) Default: false
163163
164-
-seed - Sets the seed to use for random test execution order. If set, it sets -random to true
164+
-seed - Sets the seed to use for random test execution order. If set, it sets -random to true
165165
(--random-test-order-seed)
166166
```
167167

0 commit comments

Comments
 (0)