Skip to content

Commit 31dd9b7

Browse files
authored
Merge pull request #132 from utPLSQL/feature/improve_documentation
Feature/improve documentation
2 parents 856607a + 7a5f84a commit 31dd9b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![latest-release](https://img.shields.io/github/release/utPLSQL/utPLSQL-cli.svg)](https://github.com/utPLSQL/utPLSQLc-li/releases)
2+
[![license](https://img.shields.io/github/license/utPLSQL/utPLSQL-cli.svg)](https://www.apache.org/licenses/LICENSE-2.0)
3+
[![build](https://img.shields.io/travis/utPLSQL/utPLSQL-cli/develop.svg?label=develop%20branch)](https://travis-ci.org/utPLSQL/utPLSQL-cli)
4+
5+
----------
16
# utPLSQL-cli
27
Java command-line client for [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/).
38

@@ -129,6 +134,9 @@ The file tnsnames.ora must contain valid TNS entries.
129134
130135
-d - Outputs a load of debug information to console
131136
Default: false
137+
138+
-t - Sets the timeout in minutes after which the cli will abort.
139+
Default 60
132140
```
133141

134142
Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter.

0 commit comments

Comments
 (0)