From 01042353563ecbb18bc73c5782b204a009f1b9aa Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 9 Mar 2009 22:41:48 -0700 Subject: Change argument, configured to original Make it clearer which is which. --- scripts/vyatta-show-protocols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-show-protocols b/scripts/vyatta-show-protocols index 0d349b45..51450632 100755 --- a/scripts/vyatta-show-protocols +++ b/scripts/vyatta-show-protocols @@ -25,7 +25,7 @@ use warnings; # Map from command line to config->XXX() function my %actions = ( - 'configured' => 'existsOrig', + 'original' => 'existsOrig', 'exists' => 'exists', 'added' => 'isAdded', 'changed' => 'isChanged', -- cgit v1.2.3