Skip to content

Commit

Permalink
Update StartStopInstance.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarzwalder committed Jul 22, 2019
1 parent 1cb4c38 commit 30246e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void main(String[] args)
"To run this example, supply an instance id and start or stop\n" +
"Ex: StartStopInstance <instance-id> <start|stop>\n";

if (args.length != 1) {
if (args.length != 2) {
System.out.println(USAGE);
System.exit(1);
}
Expand Down

0 comments on commit 30246e0

Please sign in to comment.