diff --git a/CHANGELOG b/CHANGELOG index 5b6167217..22e4e164f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,8 @@ CHANGELOG sitespeed.io version 2.3 ------------------------ * Put the JUnit files into a dir named /junit/ when running the sitespeed.io-junit script. WARNING: this means you need to change in Jenkins where you match the files. +* Include -V when listing supported options in command line help + version 2.2.3 ------------------------ diff --git a/bin/sitespeed.io b/bin/sitespeed.io index ffae3cf71..16b4ccd12 100755 --- a/bin/sitespeed.io +++ b/bin/sitespeed.io @@ -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 }