summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 17:31:10 +0100
committerPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 17:31:10 +0100
commit4541f3790ec956b8a46288d3c8d4efd1d7a64654 (patch)
treea5584102b33b642ebea3616826cad186dad4fa5c /README.txt
parent805d8786e3b43a4474ca1d56a1fc6896a9576438 (diff)
New release
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index f85e339..c84b5fc 100644
--- a/README.txt
+++ b/README.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 - <paul@buetow.org>