diff options
| author | Paul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de> | 2014-03-16 15:36:41 +0100 |
|---|---|---|
| committer | Paul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de> | 2014-03-16 15:36:41 +0100 |
| commit | c660078a97735f19a0b70e666e1cd991e93c4806 (patch) | |
| tree | 1eef33ad43c953a934597cdb620b2f7d9fe09870 /docs/japi.pod | |
| parent | 458d519335736a8d67a6ad6d5d2273e4a7c8374d (diff) | |
| parent | 569b4dc0bf7d77f6556212137bbe2a5985bd5379 (diff) | |
Merge branch 'master' of git.buetow.org:/git/japi
Diffstat (limited to 'docs/japi.pod')
| -rw-r--r-- | docs/japi.pod | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/japi.pod b/docs/japi.pod index 6ab9aac..9fd9bd5 100644 --- a/docs/japi.pod +++ b/docs/japi.pod @@ -15,10 +15,10 @@ Synopsis: japi [--help] [--version] [--passfile] - [--jira_apiversion <STRING>] - [--jira_query <STRING>] - [--jira_uribase <STRING>] - [--jira_user <STRING>] + [--jira_apiversion STRING] + [--jira_query STRING] + [--jira_uribase STRING] + [--jira_user STRING] =head2 Options: @@ -36,25 +36,25 @@ Prints out the help. Prints out the version. -=item --passfile <STRING> +=item --passfile STRING Specifies the path to an optional file which includes the Jira API password but Base64 encoded. The default value is C<~/.japipass>. If the file is not present, Japi will prompt for the password. -=item --jira_apiversion <STRING> +=item --jira_apiversion STRING Specifies the Jira API version to use. The default value is C<rest/api/2>. -=item --jira_query <STRING> +=item --jira_query STRING -Specifies the Jira search string (e.q. a JQL string). The default value is C<search?jql=project=MT and status not in (Resolved,Closed)'>. +Specifies the Jira search string (e.q. a JQL string). The default value is C<search?jql=project=MT and status not in (Resolved,Closed)>. -=item --jira_uribase <STRING> +=item --jira_uribase STRING Specifies the Jira URI base. The default value is C<https://your-jira.example.com>. This has to be changed. -=item --jira_user <STRING> +=item --jira_user STRING Specifies the Jira user. The default value is your current Linux/UNIX user. |
