From 4865aa13161c23f4bb815d3994bd9ff06b9d9d2f Mon Sep 17 00:00:00 2001 From: pesse Date: Thu, 14 Mar 2019 23:34:20 +0100 Subject: [PATCH 1/2] Add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 35a088d..e53b0d1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![latest-release](https://img.shields.io/github/release/utPLSQL/utPLSQL-cli.svg)](https://github.com/utPLSQL/utPLSQLc-li/releases) +[![license](https://img.shields.io/github/license/utPLSQL/utPLSQL-cli.svg)](https://www.apache.org/licenses/LICENSE-2.0) +[![build](https://img.shields.io/travis/utPLSQL/utPLSQL-cli/develop.svg?label=develop%20branch)](https://travis-ci.org/utPLSQL/utPLSQL-cli) + +---------- # utPLSQL-cli Java command-line client for [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/). From 7a5f84ad0fe84f851753c203e04b5ebf2fc2030d Mon Sep 17 00:00:00 2001 From: pesse Date: Thu, 14 Mar 2019 23:43:18 +0100 Subject: [PATCH 2/2] Add description of new -t parameter --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e53b0d1..bb22870 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,9 @@ The file tnsnames.ora must contain valid TNS entries. -d - Outputs a load of debug information to console Default: false + +-t - Sets the timeout in minutes after which the cli will abort. + Default 60 ``` Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter.