diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-05-08 10:04:17 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-05-08 10:04:17 -0600 |
commit | 191e14cc7f63c4525a0f66d571416faf9e91a185 (patch) | |
tree | c65b8b311bb09f842afffb729e16c9ffa9870725 /plugins/jsontools/README.md | |
parent | c197ad40f1dca62fd1e0e555e7bfc84e39f31223 (diff) | |
parent | b876198575cbf23d589ddc8da6b22254d3d5358b (diff) | |
download | zsh-191e14cc7f63c4525a0f66d571416faf9e91a185.tar.gz zsh-191e14cc7f63c4525a0f66d571416faf9e91a185.tar.bz2 zsh-191e14cc7f63c4525a0f66d571416faf9e91a185.zip |
Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh
Diffstat (limited to 'plugins/jsontools/README.md')
-rw-r--r-- | plugins/jsontools/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jsontools/README.md b/plugins/jsontools/README.md index 2a5a76139..1fa2b8eed 100644 --- a/plugins/jsontools/README.md +++ b/plugins/jsontools/README.md @@ -29,7 +29,7 @@ curl https://coderwall.com/bobwilliams.json | pp_json - **is_json**: ```sh -# pretty print the contents of an existing json file +# Validate if file's content conforms to a valid JSON schema less data.json | is_json ``` |