From d2a2c8da35ee44e9a7572885609548eb809bcdda Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 12 Nov 2019 07:03:02 -0800 Subject: [PATCH] doc updates --- docs/parsers/iptables.md | 2 +- docs/parsers/mount.md | 2 -- docs/parsers/uname.md | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/parsers/iptables.md b/docs/parsers/iptables.md index 3fea4ce7..2b2bbc52 100644 --- a/docs/parsers/iptables.md +++ b/docs/parsers/iptables.md @@ -4,7 +4,7 @@ jc - JSON CLI output utility ipables Parser Usage: Specify --iptables as the first argument if the piped input is coming from iptables - Supports -vLn for all tables + Supports -vLn and --line-numbers for all tables Examples: diff --git a/docs/parsers/mount.md b/docs/parsers/mount.md index ce54bdb2..8530b0fc 100644 --- a/docs/parsers/mount.md +++ b/docs/parsers/mount.md @@ -66,8 +66,6 @@ schema: } ] - nothing to process - ## parse ```python parse(data, raw=False, quiet=False) diff --git a/docs/parsers/uname.md b/docs/parsers/uname.md index 93fc79ac..56df971d 100644 --- a/docs/parsers/uname.md +++ b/docs/parsers/uname.md @@ -39,8 +39,6 @@ schema: "kernel_version": string } -no extra processing - ## parse ```python parse(data, raw=False, quiet=False)