summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-16 15:33:49 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-16 15:33:49 +0100
commit8d8f42654a358e6eed05b8b9c6c6241f2a63114d (patch)
tree27a066c8e664242bceff2a2a39e246d2df18624b
parent07a45c2a1fd34e4267c95bc8cb33145789d467db (diff)
fix default value in doc0.1.2
-rw-r--r--docs/japi.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/japi.pod b/docs/japi.pod
index 80a46eb..70cc710 100644
--- a/docs/japi.pod
+++ b/docs/japi.pod
@@ -48,7 +48,7 @@ Specifies the Jira API version to use. The default value is C<rest/api/2>.
=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