From 7251548cbb09beae6971385a56036e9649bd9b2c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 12 Nov 2019 07:01:36 -0800 Subject: [PATCH] documentation updates --- jc/parsers/iptables.py | 2 +- jc/parsers/mount.py | 3 +-- jc/parsers/uname.py | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/jc/parsers/iptables.py b/jc/parsers/iptables.py index 4529a47c..ca13dec4 100644 --- a/jc/parsers/iptables.py +++ b/jc/parsers/iptables.py @@ -3,7 +3,7 @@ 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/jc/parsers/mount.py b/jc/parsers/mount.py index 68762b46..36b7c2bc 100644 --- a/jc/parsers/mount.py +++ b/jc/parsers/mount.py @@ -64,9 +64,8 @@ def process(proc_data): ] } ] - - nothing to process """ + # nothing to process return proc_data diff --git a/jc/parsers/uname.py b/jc/parsers/uname.py index 7d83edfd..e4a7c11a 100644 --- a/jc/parsers/uname.py +++ b/jc/parsers/uname.py @@ -37,9 +37,8 @@ def process(proc_data): "machine": string, "kernel_version": string } - - no extra processing """ + # nothing to process return proc_data