Skip to content

Commit

Permalink
F #5075: add missing CLI options (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Huertas Herrero authored Sep 22, 2020
1 parent 38e2d6d commit 9706e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/oneprovision
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ CommandParser::CmdParser.new(ARGV) do

command [resource.chomp('s').to_sym, :list],
list_desc,
:options => [MODES, FORCE] do
:options => ONE_OPTIONS + [OpenNebulaHelper::DESCRIBE] do
helper.list_objects(resource.upcase, options)
end
end
Expand Down

0 comments on commit 9706e76

Please sign in to comment.