diff --git a/docs/parsers/nmcli.md b/docs/parsers/nmcli.md index 519d20fd..9d735c61 100644 --- a/docs/parsers/nmcli.md +++ b/docs/parsers/nmcli.md @@ -34,10 +34,10 @@ Usage (module): Schema: - Because there are so many options, the schema is best effort. Integer - and Float value conversions are attempted and the original values are - kept if they fail. If you don't want automatic conversion, then use the - -r or raw=True option to disable it. + Because there are so many options, the schema is not strictly defined. + Integer and Float value conversions are attempted and the original + values are kept if they fail. If you don't want automatic conversion, + then use the -r or raw=True option to disable it. The structure is flat, for the most part, but there are a couple of "well-known" keys that are further parsed into objects for convenience. diff --git a/jc/parsers/nmcli.py b/jc/parsers/nmcli.py index 794e95b5..f7be36cd 100644 --- a/jc/parsers/nmcli.py +++ b/jc/parsers/nmcli.py @@ -29,10 +29,10 @@ Usage (module): Schema: - Because there are so many options, the schema is best effort. Integer - and Float value conversions are attempted and the original values are - kept if they fail. If you don't want automatic conversion, then use the - -r or raw=True option to disable it. + Because there are so many options, the schema is not strictly defined. + Integer and Float value conversions are attempted and the original + values are kept if they fail. If you don't want automatic conversion, + then use the -r or raw=True option to disable it. The structure is flat, for the most part, but there are a couple of "well-known" keys that are further parsed into objects for convenience. diff --git a/man/jc.1 b/man/jc.1 index b7298fda..2f99e9fb 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-02-24 1.18.4 "JSON CLI output utility" +.TH jc 1 2022-02-28 1.18.4 "JSON CLI output utility" .SH NAME jc \- JSONifies the output of many CLI tools and file-types .SH SYNOPSIS