From a7abe4473b90c512466db9ae98cfac585689fe2a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 10 Jul 2020 09:03:04 -0700 Subject: [PATCH] spelling --- jc/parsers/sysctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/sysctl.py b/jc/parsers/sysctl.py index f89b0508..a702e801 100644 --- a/jc/parsers/sysctl.py +++ b/jc/parsers/sysctl.py @@ -5,7 +5,7 @@ Usage: specify --sysctl as the first argument if the piped input is coming from sysctl -a Note: since sysctl output is not easily parsable only a very simple key/value object - will be output. An attempt is made to covert obvious integers and floats. If no + will be output. An attempt is made to convert obvious integers and floats. If no conversion is desired, use the -r (raw) option. Compatibility: