We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb4c38 commit 30246e0Copy full SHA for 30246e0
javav2/example_code/ec2/src/main/java/com/example/ec2/StartStopInstance.java
@@ -66,7 +66,7 @@ public static void main(String[] args)
66
"To run this example, supply an instance id and start or stop\n" +
67
"Ex: StartStopInstance <instance-id> <start|stop>\n";
68
69
- if (args.length != 1) {
+ if (args.length != 2) {
70
System.out.println(USAGE);
71
System.exit(1);
72
}
0 commit comments