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: