We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68e312 commit 182ac05Copy full SHA for 182ac05
Lib/json/tool.py
@@ -46,7 +46,8 @@ def main():
46
'to validate and pretty-print JSON objects.')
47
parser = argparse.ArgumentParser(description=description, color=True)
48
parser.add_argument('infile', nargs='?',
49
- help='a JSON file to be validated or pretty-printed, defaults to stdin',
+ help='a JSON file to be validated or pretty-printed; '
50
+ 'defaults to stdin',
51
default='-')
52
parser.add_argument('outfile', nargs='?',
53
help='write the output of infile to outfile',
0 commit comments