From ccc4fbd28b04dd50bd274c8f722ea44eb6e0dda9 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 16 Mar 2014 15:23:44 +0100 Subject: fix the documentation --- docs/japi.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/japi.txt') diff --git a/docs/japi.txt b/docs/japi.txt index 2f4225d..5e59be1 100644 --- a/docs/japi.txt +++ b/docs/japi.txt @@ -13,8 +13,8 @@ NAME SYNOPSIS Synopsis: japi [--debug] [--help] [--version] [--passfile] - [--jira_apiversion ] [--jira_query ] [--jira_uribase - ] [--jira_user ] + [--jira_apiversion STRING] [--jira_query STRING] [--jira_uribase STRING] + [--jira_user STRING] Options: --debug @@ -26,26 +26,26 @@ SYNOPSIS --version Prints out the version. - --passfile + --passfile STRING Specifies the path to an optional file which includes the Jira API password but Base64 encoded. The default value is "~/.japipass". If the file is not present, Japi will prompt for the password. - --jira_apiversion + --jira_apiversion STRING Specifies the Jira API version to use. The default value is "rest/api/2". - --jira_query + --jira_query STRING Specifies the Jira search string (e.q. a JQL string). The default value is "search?jql=project=MT and status not in (Resolved,Closed)'". - --jira_uribase + --jira_uribase STRING Specifies the Jira URI base. The default value is "https://your-jira.example.com". This has to be changed. - --jira_user + --jira_user STRING Specifies the Jira user. The default value is your current Linux/UNIX user. -- cgit v1.2.3 From 569b4dc0bf7d77f6556212137bbe2a5985bd5379 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 16 Mar 2014 15:34:21 +0100 Subject: New release --- docs/japi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/japi.txt') diff --git a/docs/japi.txt b/docs/japi.txt index 5e59be1..f85e339 100644 --- a/docs/japi.txt +++ b/docs/japi.txt @@ -39,7 +39,7 @@ SYNOPSIS --jira_query STRING Specifies the Jira search string (e.q. a JQL string). The default value is "search?jql=project=MT and status not in - (Resolved,Closed)'". + (Resolved,Closed)". --jira_uribase STRING Specifies the Jira URI base. The default value is -- cgit v1.2.3