From 4541f3790ec956b8a46288d3c8d4efd1d7a64654 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (lxpbuetowlap.united.domain)" Date: Sun, 16 Mar 2014 17:31:10 +0100 Subject: New release --- docs/japi.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/japi.txt') diff --git a/docs/japi.txt b/docs/japi.txt index f85e339..c84b5fc 100644 --- a/docs/japi.txt +++ b/docs/japi.txt @@ -12,7 +12,7 @@ NAME manually. It's not included in standard Debian GNU/Linux Wheezy yet. SYNOPSIS - Synopsis: japi [--debug] [--help] [--version] [--passfile] + Synopsis: japi [--debug] [--help] [--version] [--nocolor] [--passfile] [--jira_apiversion STRING] [--jira_query STRING] [--jira_uribase STRING] [--jira_user STRING] @@ -26,6 +26,10 @@ SYNOPSIS --version Prints out the version. + --nocolor + By default the output uses colored text output. This switch disables + it. + --passfile STRING Specifies the path to an optional file which includes the Jira API password but Base64 encoded. The default value is "~/.japipass". @@ -57,6 +61,7 @@ CONFIG It can be created like this: bash -c 'read -s PASSWORD; tr -d "\n" <<< "$PASSWORD" | base64' | tee ~/.japipass + chmod 0600 ~/.japipass AUTHOR Paul C. Buetow - -- cgit v1.2.3