From b94cf57b5789a142e8e77096d136e1353c385c9a Mon Sep 17 00:00:00 2001 From: "Jesse R. Adams" Date: Wed, 10 Apr 2013 17:02:11 -0500 Subject: [PATCH] Adjusting vlabel and using ARGV key 0 instead of 1 for config pass --- plugins/system/pagefaults_by_process | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/system/pagefaults_by_process b/plugins/system/pagefaults_by_process index 00a6027f..379f510e 100755 --- a/plugins/system/pagefaults_by_process +++ b/plugins/system/pagefaults_by_process @@ -74,12 +74,12 @@ foreach my $process (keys %total_by_process) close(PS); -if (@ARGV and $ARGV[1] eq "config") +if (@ARGV and $ARGV[0] eq "config") { print <