Skip to content

Commit 3f3add0

Browse files
committed
fix --device info casing
1 parent 6f65c12 commit 3f3add0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ var options = {
166166
name: 'device',
167167
api: 'mobileDevice',
168168
param: 'string',
169-
info: 'Device name from mobile_devices.ini to use for mobile emulation (only when mobile=1 is specified to enable emulation and only for Chrome)'
169+
info: 'device name from mobile_devices.ini to use for mobile emulation (only when mobile=1 is specified to enable emulation and only for Chrome)'
170170
},
171171
'timeline': {
172172
name: 'timeline',

0 commit comments

Comments
 (0)