1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

documentation updates

This commit is contained in:
Kelly Brazil
2019-11-12 07:01:36 -08:00
parent 146e29f7cb
commit 7251548cbb
3 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,7 @@
Usage: Usage:
Specify --iptables as the first argument if the piped input is coming from iptables 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: Examples:

View File

@ -64,9 +64,8 @@ def process(proc_data):
] ]
} }
] ]
nothing to process
""" """
# nothing to process
return proc_data return proc_data

View File

@ -37,9 +37,8 @@ def process(proc_data):
"machine": string, "machine": string,
"kernel_version": string "kernel_version": string
} }
no extra processing
""" """
# nothing to process
return proc_data return proc_data