diff --git a/README.md b/README.md index af4a162e..a2b0b1c1 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ option. | ` --jar-manifest` | Java MANIFEST.MF file parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/jar_manifest) | | ` --jobs` | `jobs` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/jobs) | | ` --jwt` | JWT string parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/jwt) | -| ` --kv` | Key/Value file parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/kv) | +| ` --kv` | Key/Value file and string parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/kv) | | ` --last` | `last` and `lastb` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/last) | | ` --ls` | `ls` command parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ls) | | ` --ls-s` | `ls` command streaming parser | [details](https://kellyjonbrazil.github.io/jc/docs/parsers/ls_s) | diff --git a/completions/jc_zsh_completion.sh b/completions/jc_zsh_completion.sh index 95424afd..1ea33871 100644 --- a/completions/jc_zsh_completion.sh +++ b/completions/jc_zsh_completion.sh @@ -160,7 +160,7 @@ _jc() { '--jar-manifest:Java MANIFEST.MF file parser' '--jobs:`jobs` command parser' '--jwt:JWT string parser' - '--kv:Key/Value file parser' + '--kv:Key/Value file and string parser' '--last:`last` and `lastb` command parser' '--ls:`ls` command parser' '--ls-s:`ls` command streaming parser' diff --git a/docs/parsers/kv.md b/docs/parsers/kv.md index ec0b79c8..84125fe9 100644 --- a/docs/parsers/kv.md +++ b/docs/parsers/kv.md @@ -3,7 +3,7 @@ # jc.parsers.kv -jc - JSON Convert `Key/Value` file parser +jc - JSON Convert `Key/Value` file and string parser Supports files containing simple key/value pairs. diff --git a/man/jc.1 b/man/jc.1 index 09f5bdb3..1ac0bd49 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-12-23 1.22.4 "JSON Convert" +.TH jc 1 2022-12-27 1.22.4 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings .SH SYNOPSIS @@ -318,7 +318,7 @@ JWT string parser .TP .B \fB--kv\fP -Key/Value file parser +Key/Value file and string parser .TP .B