8000 improve usage · mynerva/python-jsonpath-rw@670cd30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 670cd30

Browse files
committed
improve usage
1 parent 57c84c0 commit 670cd30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jsonpath_rw/bin/jsonpath.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
import sys
1111
import glob
1212
if len(sys.argv) < 2:
13-
print("""usage: %s jsonpath [files]
14-
path can be:
13+
print("""usage: jsonpath.py expression [files]
14+
15+
The expression is JSONPath and can be:
16+
1517
atomics:
1618
$ - root object
1719
`this` - current object

0 commit comments

Comments
 (0)
0