From 771dfe8f46097704043b24c7aef84f7303a35dbc Mon Sep 17 00:00:00 2001 From: kevinll Date: Mon, 8 Aug 2016 14:19:33 -0700 Subject: [PATCH] Update helper_lib.sh Update function comment for current code.. Signed-off-by: Kevin Lim --- helper_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper_lib.sh b/helper_lib.sh index a63d61f..4af10eb 100644 --- a/helper_lib.sh +++ b/helper_lib.sh @@ -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"