Update helper_lib.sh

Update function comment for current code..

Signed-off-by: Kevin Lim <kevin.lim@sap.com>
This commit is contained in:
kevinll 2016-08-08 14:19:33 -07:00 committed by Kevin Lim
parent 696d3f2a77
commit 771dfe8f46

View file

@ -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"