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 3009bac commit 1fbd5ecCopy full SHA for 1fbd5ec
bin/jsonpatch
@@ -11,7 +11,7 @@ import argparse
11
12
13
parser = argparse.ArgumentParser(
14
- description='Apply a JSON patch on a JSON files')
+ description='Apply a JSON patch on a JSON file')
15
parser.add_argument('ORIGINAL', type=argparse.FileType('r'),
16
help='Original file')
17
parser.add_argument('PATCH', type=argparse.FileType('r'),
0 commit comments