diff --git a/src/cli/onetemplate b/src/cli/onetemplate index 067e03c8a1..f5a7724791 100755 --- a/src/cli/onetemplate +++ b/src/cli/onetemplate @@ -171,7 +171,10 @@ cmd=CommandParser::CmdParser.new(ARGV) do instantiate_desc = <<-EOT.unindent Creates a new VM instance from the given Template. This VM can be - managed with the 'onevm' command + managed with the 'onevm' command. + + The source Template can be modified adding or replacing attributes with + the optional file argument, or with the options. EOT command :instantiate, instantiate_desc, :templateid, [:file, nil],