441
455
fmt_group = query_p.add_mutually_exclusive_group()
442
456
fmt_group.add_argument('--output-format', '-o', action='store',
444
458
help="specify output format per python str.format")
445
459
fmt_group.add_argument('--json', action='store_const',
446
460
const=FORMAT_JSON, dest='output_format',