diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-09 22:41:48 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-09 22:41:48 -0700 |
commit | 01042353563ecbb18bc73c5782b204a009f1b9aa (patch) | |
tree | 1bf45fba14133de3772e2f2a155cd32bf3f7bb6f /scripts | |
parent | 55c563c5482c95fb81c7e18a0e16aade07ffb2dc (diff) | |
download | vyatta-cfg-quagga-01042353563ecbb18bc73c5782b204a009f1b9aa.tar.gz vyatta-cfg-quagga-01042353563ecbb18bc73c5782b204a009f1b9aa.zip |
Change argument, configured to original
Make it clearer which is which.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-show-protocols | 2 |
1 files changed, 1 insertions, 1 deletions
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', |