Skip to content

Commit 59a030a

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

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 [-hbjuipwnsSAT] [-f FILE] [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 [-hbjuipwnsSAT] [-f FILE] [pattern]
15+
JSONPath.sh [-[hbjuipwnsSAT]] [-f FILE] [pattern]
1616

1717
-h
1818
> Show help text.

0 commit comments

Comments
 (0)