amazon-ec2-instance-selector
amazon-ec2-instance-selector copied to clipboard
Update stale --cpu-architecture options in the README.md
In the README.md, the following is stated about the CLI arguments:
-a, --cpu-architecture string CPU architecture [x86_64/amd64, x86_64_mac, i386, or arm64]
But running it with x86_64/amd64 fails.
ec2-instance-selector \
--cpu-architecture "x86_64/amd64" \
-o interactive
Error is:
NOTE: There was an error while parsing the commandline flags: error cpu-architecture must be one of: x86_64, x86_64_mac, amd64, i386, arm64
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.