Skip to content
Snippets Groups Projects
Commit 82e76c45 authored by Hendrik Buschmeier's avatar Hendrik Buschmeier
Browse files

Fixed a small error.

parent 9c435011
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ parser.add_argument(
'-j', '--json-payload',
dest='json_payload',
action='store_true',
help='allow structured data to be sent (treats payload VALUE arguments as Python expressions)'))
help='allow structured data to be sent (treats payload VALUE arguments as Python expressions)')
parser.add_argument(
'-c', '--category',
dest='category',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment