Skip to content
Snippets Groups Projects
Unverified Commit c07102ac authored by Harmen Stoppels's avatar Harmen Stoppels Committed by GitHub
Browse files

Fix typo: yaml -> json (#17854)

parent 1c4b6bad
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ def setup_parser(subparser): ...@@ -34,7 +34,7 @@ def setup_parser(subparser):
const='yaml', help='print concrete spec as YAML') const='yaml', help='print concrete spec as YAML')
subparser.add_argument( subparser.add_argument(
'-j', '--json', action='store_const', dest='format', default=None, '-j', '--json', action='store_const', dest='format', default=None,
const='json', help='print concrete spec as YAML') const='json', help='print concrete spec as JSON')
subparser.add_argument( subparser.add_argument(
'-c', '--cover', action='store', '-c', '--cover', action='store',
default='nodes', choices=['nodes', 'edges', 'paths'], default='nodes', choices=['nodes', 'edges', 'paths'],
......
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