lib/aws_ec2/cli.rb in aws-ec2-1.3.2 vs lib/aws_ec2/cli.rb in aws-ec2-1.4.0

- old
+ new

@@ -11,10 +11,10 @@ long_desc Help.text(:wait) subcommand "wait", Wait common_options = Proc.new do option :auto_terminate, type: :boolean, default: false, desc: "automatically terminate the instance at the end of user-data" - option :cloudwatch, type: :boolean, default: false, desc: "enable cloudwatch logging, only supported for amazonlinux" + option :cloudwatch, type: :boolean, default: false, desc: "enable cloudwatch logging, supported for amazonlinux2 and ubuntu" end desc "create NAME", "create ec2 instance" long_desc Help.text(:create) option :ami_name, desc: "when specified, an ami creation script is appended to the user-data script"