mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Update helper_lib.sh
Update function comment for current code.. Signed-off-by: Kevin Lim <kevin.lim@sap.com>
This commit is contained in:
parent
696d3f2a77
commit
771dfe8f46
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ contains() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Extracts all commandline args from the oldest running processes named like the first parameter
|
||||
# Extracts commandline args from the newest running processes named like the first parameter
|
||||
get_command_line_args() {
|
||||
PROC="$1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue