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 bb8791c commit 6f7f73cCopy full SHA for 6f7f73c
Lib/json/tool.py
@@ -46,7 +46,7 @@ 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',
+ help='a JSON file to be validated or pretty-printed, defaults to stdin',
50
default='-')
51
parser.add_argument('outfile', nargs='?',
52
help='write the output of infile to outfile',
0 commit comments