README.rdoc in knife-ec2-0.5.4 vs README.rdoc in knife-ec2-0.5.5

- old
+ new

@@ -25,10 +25,10 @@ knife[:aws_secret_access_key] = "#{ENV['AWS_SECRET_ACCESS_KEY']}" You also have the option of passing your AWS API Key/Secret into the individual knife subcommands using the <tt>-A</tt> (or <tt>--aws-access-key-id</tt>) <tt>-K</tt> (or <tt>--aws-secret-access-key</tt>) command options # provision a new m1.small Ubuntu 10.04 webserver - knife ec2 server create 'role[webserver]' -i ami-7000f019 -f m1.small -A 'Your AWS Access Key ID' -K "Your AWS Secret Access Key" + knife ec2 server create 'role[webserver]' -I ami-7000f019 -f m1.small -A 'Your AWS Access Key ID' -K "Your AWS Secret Access Key" Additionally the following options may be set in your `knife.rb`: * flavor * image