Skip to content

Commit 77f7cc9

Browse files
committed
Help text: collapse options as they are too long
1 parent 273ad63 commit 77f7cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JSONPath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ usage() {
119119
# ---------------------------------------------------------------------------
120120

121121
echo
122-
echo "Usage: JSONPath.sh [-h] [-b] [-j] [-u] [-i] [-p] [-w] [-f FILE] [-n] [-s] [-S] [-A] [-T] [pattern]"
122+
echo "Usage: JSONPath.sh [-hbjuipwnsSAT] [-f FILE] [pattern]"
123123
echo
124124
echo "-h - Print this help text."
125125
echo "-b - Brief. Only show values."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ try wrapping the command like `./ensure_deps.sh ./JSONPath.sh`.
1212

1313
## Invocation
1414

15-
JSONPath.sh [-h] [-b] [-j] [-u] [-i] [-p] [-w] [-f FILE] [-n] [-s] [-S] [-A] [-T] [pattern]
15+
JSONPath.sh [-hbjuipwnsSAT] [-f FILE] [pattern]
1616

1717
-h
1818
> Show help text.

0 commit comments

Comments
 (0)