Skip to content

Commit 0f4d91c

Browse files
committed
Undocument unused options and minor edits
1 parent 178176e commit 0f4d91c

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
@@ -103,7 +103,7 @@ usage() {
103103
# ---------------------------------------------------------------------------
104104

105105
echo
106-
echo "Usage: JSONPath.sh [-n] [-s] [-b] [j] [-h] [-f FILE] [pattern]"
106+
echo "Usage: JSONPath.sh [-b] [j] [-h] [-f FILE] [pattern]"
107107
echo
108108
echo "pattern - the JSONPath query. Defaults to '$.*' if not supplied."
109109
#echo "-s - Remove escaping of the solidus symbol (straight slash)."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ yo, so it's a JSONPath implementation written in Bash - and it probably only wor
66

77
## Invocation
88

9-
JSONPath.sh [-n] [-s] [-b] [-i] [-j] [-h] [-p] [-u] [-f FILE] [pattern]
9+
JSONPath.sh [-b] [-i] [-j] [-h] [-p] [-u] [-f FILE] [pattern]
1010

1111
pattern
1212
> the JSONPath query. Defaults to '$.\*' if not supplied.

0 commit comments

Comments
 (0)