Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 251329b

Browse files
committed
fix(documentation): update information about using gemini options
1 parent 2669955 commit 251329b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exports.run = () => {
4040
console.log(' Examples:');
4141
console.log(' gemini test --system-debug true');
4242
console.log(' gemini update --root-url http://example.com');
43-
console.log(' gemini test --browsers-ie8-window-size 1024x768');
43+
console.log(' gemini test --browsers-ie-8-window-size 1024x768');
4444
console.log('');
4545
console.log(' You can also use environment variables converted to snake_case with');
4646
console.log(' gemini_ prefix');

0 commit comments

Comments
 (0)