Skip to content

Commit 588da9f

Browse files
committed
Merge pull request appium#259 from nicolasavenza/patch-1
Fix missing dashes in server flag
2 parents b661581 + b8861b7 commit 588da9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/service/local/flags/GeneralServerFlag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public enum GeneralServerFlag implements ServerArgument{
7575
* Show timestamps in console output <br/>
7676
* Default: false
7777
*/
78-
LOG_TIMESTAMP("log-timestamp"),
78+
LOG_TIMESTAMP("--log-timestamp"),
7979
/**
8080
* Use local timezone for timestamps <br/>
8181
* Default: false

0 commit comments

Comments
 (0)