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 77f7cc9 commit 59a030aCopy full SHA for 59a030a
JSONPath.sh
@@ -119,7 +119,7 @@ usage() {
119
# ---------------------------------------------------------------------------
120
121
echo
122
- echo "Usage: JSONPath.sh [-hbjuipwnsSAT] [-f FILE] [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 [-hbjuipwnsSAT] [-f FILE] [pattern]
+ JSONPath.sh [-[hbjuipwnsSAT]] [-f FILE] [pattern]
16
17
-h
18
> Show help text.
0 commit comments