mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
documentation updates
This commit is contained in:
@ -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:
|
||||||
|
|
||||||
|
@ -64,9 +64,8 @@ def process(proc_data):
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
nothing to process
|
|
||||||
"""
|
"""
|
||||||
|
# nothing to process
|
||||||
return proc_data
|
return proc_data
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user