diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-16 15:23:44 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-16 15:23:44 +0100 |
| commit | ccc4fbd28b04dd50bd274c8f722ea44eb6e0dda9 (patch) | |
| tree | 9e8a898df7cd0e53e78be25500b5f8dc5d628f50 /docs/japi.pod | |
| parent | 8b32e35c3ed772e19f310d1b7c6979857c33c7a8 (diff) | |
fix the documentation0.1.1
Diffstat (limited to 'docs/japi.pod')
| -rw-r--r-- | docs/japi.pod | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/japi.pod b/docs/japi.pod index 41a0a05..80a46eb 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)'>. -=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. |
