Skip to content

Commit

Permalink
Rename GUI start timeout option from -at to -mt
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegorelick committed Apr 28, 2011
1 parent d4b5cc4 commit 48730f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/umd/cs/guitar/ripper/SWTGuitarConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public abstract class SWTGuitarConfiguration {
@Option(name = "-i", usage = "initial waiting time for the GUI to get stablized (in milliseconds)", aliases = "--initial-wait")
private int initialWaitTime = 0;

@Option(name = "-at", usage = "maximum time to wait for the GUI to start (in milliseconds)", aliases = "--gui-start-timeout")
@Option(name = "-mt", usage = "maximum time to wait for the GUI to start (in milliseconds)", aliases = "--gui-start-timeout")
private int guiStartTimeout = SWTApplication.DEFAULT_TIMEOUT;

// Application Under Test parameters
Expand Down

0 comments on commit 48730f5

Please sign in to comment.