add resource-type option for vmware discovery
This commit is contained in:
parent
a04c6b69b8
commit
0ed37b6287
|
@ -33,6 +33,7 @@ sub new {
|
|||
|
||||
$self->{version} = '1.0';
|
||||
$options{options}->add_options(arguments => {
|
||||
"resource-type:s" => { name => 'resource_type' },
|
||||
"prettify" => { name => 'prettify' },
|
||||
});
|
||||
|
||||
|
@ -72,7 +73,7 @@ __END__
|
|||
|
||||
=head1 MODE
|
||||
|
||||
Discover resources.
|
||||
Resources discovery.
|
||||
|
||||
=over 8
|
||||
|
||||
|
|
Loading…
Reference in New Issue