diff --git a/jtrack/main.py b/jtrack/main.py index 4793734..2583bc2 100644 --- a/jtrack/main.py +++ b/jtrack/main.py @@ -289,7 +289,7 @@ def interactive(): parser.add_argument('-se', '--skip-existing', help='Do nothing if Jira already exists and open.', action='store_true', dest='skip_existing') - parser.add_argument('sfn', '--stateless-field-name', help='Name of the Jira custom field for holding the local identifier.', dest='stateless_field_name') + parser.add_argument('-sfn', '--stateless-field-name', help='Name of the Jira custom field for holding the local identifier.', dest='stateless_field_name') parser.add_argument('-q', '--quiet', help='Do not print the banner.', action='store_true', dest='quiet') args = parser.parse_args() diff --git a/setup.py b/setup.py index ef8622f..207f520 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="jtrack", - version="1.2.2", + version="1.2.3", author="Rotem Reiss", author_email="reiss.r@gmail.com", description="Fast and effective integration to Jira.",