Skip to content

Commit 1fbd5ec

Browse files
committed
typo
1 parent 3009bac commit 1fbd5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/jsonpatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import argparse
1111

1212

1313
parser = argparse.ArgumentParser(
14-
description='Apply a JSON patch on a JSON files')
14+
description='Apply a JSON patch on a JSON file')
1515
parser.add_argument('ORIGINAL', type=argparse.FileType('r'),
1616
help='Original file')
1717
parser.add_argument('PATCH', type=argparse.FileType('r'),

0 commit comments

Comments
 (0)