bin/ec2sh in amazon-ec2-0.3.8 vs bin/ec2sh in amazon-ec2-0.4.0

- old
+ new

@@ -48,11 +48,11 @@ returns : a string representation of ALL images >> @ec2.describe_images.to_s returns : an Array of EC2::Response objects, each an EC2 image and its data >> @ec2.describe_images.imagesSet.item - >> @ec2.describe_images.imagesSet.item[0] (an OpenStruct of a single item in that array) - >> @ec2.describe_images.imagesSet.item[0].to_s (a String representation of that OpenStruct item) + >> @ec2.describe_images.imagesSet.item[0] (a hash representing a single item in that array) + >> @ec2.describe_images.imagesSet.item[0].to_s (a String representation of that item) MESSAGE puts welcome_message exec "#{irb_name} -r #{ec2_lib} -r #{setup} --simple-prompt" \ No newline at end of file