Document -V option.

This commit is contained in:
Tobias Lidskog 2013-12-03 00:33:16 +01:00
parent 65888946d7
commit 65f9f708f3
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ CHANGELOG sitespeed.io
version 2.3-wip
------------------------
* Include -V when listing supported options in command line help
version 2.2.3
------------------------

View File

@ -733,6 +733,7 @@ OPTIONS:
-k Take screenshots for each page (using the configured view port). Default is false. (true|false) [optional]
-c Collect BrowserTimings data (meaning open a real browser & fetch timings). Default is false. (true|false) [optional]
-z String sent to BrowserTime, so you can choose browser and tries. Default is "-b firefox -n 3".
-V Show the version of sitespeed.io
EOF
}