diff options
author | Nick Lewis <nick@puppetlabs.com> | 2011-07-20 16:35:46 -0700 |
---|---|---|
committer | Nick Lewis <nick@puppetlabs.com> | 2011-07-20 16:35:46 -0700 |
commit | ba6230b6039d62b0713c9d5e3ff61a68f70ef723 (patch) | |
tree | 41523b6f3a3e5fbc83f33784de408f1d5dd71825 /lib/puppet/interface/action.rb | |
parent | e8a2287cdac5dbf086b60af65e301f3e2360ee2b (diff) | |
parent | 8820a78b5793ba6266b3974ac90a9405d73b8343 (diff) | |
download | puppet-ba6230b6039d62b0713c9d5e3ff61a68f70ef723.tar.gz puppet-ba6230b6039d62b0713c9d5e3ff61a68f70ef723.tar.xz puppet-ba6230b6039d62b0713c9d5e3ff61a68f70ef723.zip |
Merge branch '2.7.x'
Diffstat (limited to 'lib/puppet/interface/action.rb')
-rw-r--r-- | lib/puppet/interface/action.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/interface/action.rb b/lib/puppet/interface/action.rb index 185302b07..fe77a9658 100644 --- a/lib/puppet/interface/action.rb +++ b/lib/puppet/interface/action.rb @@ -227,8 +227,9 @@ WRAPPER end end + @options << option.name + option.aliases.each do |name| - @options << name @options_hash[name] = option end |