Skip to content

Commit ff51b8a

Browse files
author
Bernhard Grünewaldt
committed
usage optional params
1 parent e9a8e32 commit ff51b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

customfield_editor_plugin_client/cli_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def main():
5454
print ('')
5555
print (' list options:')
5656
print (' $> cep-client -a userListOptions --customFieldId 10001 -url http://localhost:2990/jira/ -user admin -pass admin')
57-
# $> cep-client -a adminGrantPermission --customFieldId 10100 --userList bob steve -url http://localhost:2990/jira -user admin -pass admin
58-
# (optional: --groupList)
57+
print (' OPTIONAL: --contextId specify if you want another context other than default context')
58+
5959
sys.exit(1)
6060

6161

0 commit comments

Comments
 (0)