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

Commit

Permalink
fix(documentation): update information about using gemini options
Browse files Browse the repository at this point in the history
  • Loading branch information
rostik404 committed Nov 7, 2016
1 parent 2669955 commit 251329b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exports.run = () => {
console.log(' Examples:');
console.log(' gemini test --system-debug true');
console.log(' gemini update --root-url http://example.com');
console.log(' gemini test --browsers-ie8-window-size 1024x768');
console.log(' gemini test --browsers-ie-8-window-size 1024x768');
console.log('');
console.log(' You can also use environment variables converted to snake_case with');
console.log(' gemini_ prefix');
Expand Down

0 comments on commit 251329b

Please sign in to comment.