Added :any to template options

This commit is contained in:
Hugo Duncan 2010-07-01 18:27:32 -04:00
parent 20f1a75606
commit 1e20ba3384
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ See http://code.google.com/p/jclouds for details."
(apply hash-map
(concat
(make-option-map option-fn-0arg
[:smallest :fastest :biggest])
[:smallest :fastest :biggest :any])
(make-option-map option-option-fn-0arg
[:destroy-on-error]))))