Documentation fix for get_command_line_args

pgrep is run with -o, returning only the oldest process, usually the daemon.
Adjust function comment. TODO: read from PID file

Signed-off-by: Andreas Stieger <astieger@suse.com>
This commit is contained in:
Andreas Stieger 2015-11-17 14:56:34 +01:00
parent f2f1195550
commit 3b6a0d1a6e

View file

@ -37,7 +37,7 @@ contains() {
fi
}
# Extracts all commandline args from all running processes named like the first parameter
# Extracts all commandline args from the oldest running processes named like the first parameter
get_command_line_args() {
PROC="$1"