Skip to content

Commit bb1ba0f

Browse files
committed
Fixed udid parser arg.
1 parent b4443b2 commit bb1ba0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/parser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function() {
1414
});
1515

1616
parser.addArgument([ '-V', '--verbose' ], { required: false, help: 'verbose mode' });
17-
parser.addArgument([ '-U', '--UDID' ]
17+
parser.addArgument([ '-U', '--udid' ]
1818
, { required: false, help: 'unique device identifier of the SUT'
1919
});
2020

0 commit comments

Comments
 (0)