From 2d4f78933c8adf90264feab0bb76ab02bb4c0734 Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Thu, 29 Jul 2021 00:12:49 +0300 Subject: [PATCH] Added alias in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48b7e17..2986514 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ The compiled executable will be inside the `bin` folder, named `kennson.exe` (re ```text -f, --file= Read JSON from file instead of stdin --input= Read JSON as parameter instead of stdin - --jsonpath= Display only the matches of the JSON document --p, --jsonpointer= Display only the matches of the JSON pointer + --jsonpath= Display only the matches of the JSON document (also --path) +-p, --jsonpointer= Display only the matches of the JSON pointer (also --pointer) -i, --indent Set space indentation level (prefix with t for tab indentation) (defaults to "2") -d, --max-depth Specify maximum nesting before stopping printing