We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273ad63 commit 77f7cc9Copy full SHA for 77f7cc9
JSONPath.sh
@@ -119,7 +119,7 @@ usage() {
119
# ---------------------------------------------------------------------------
120
121
echo
122
- echo "Usage: JSONPath.sh [-h] [-b] [-j] [-u] [-i] [-p] [-w] [-f FILE] [-n] [-s] [-S] [-A] [-T] [pattern]"
+ echo "Usage: JSONPath.sh [-hbjuipwnsSAT] [-f FILE] [pattern]"
123
124
echo "-h - Print this help text."
125
echo "-b - Brief. Only show values."
README.md
@@ -12,7 +12,7 @@ try wrapping the command like `./ensure_deps.sh ./JSONPath.sh`.
12
13
## Invocation
14
15
- JSONPath.sh [-h] [-b] [-j] [-u] [-i] [-p] [-w] [-f FILE] [-n] [-s] [-S] [-A] [-T] [pattern]
+ JSONPath.sh [-hbjuipwnsSAT] [-f FILE] [pattern]
16
17
-h
18
> Show help text.
0 commit comments