From 65f9f708f3f3f3271e594999f83b01779b3e973a Mon Sep 17 00:00:00 2001 From: Tobias Lidskog Date: Tue, 3 Dec 2013 00:33:16 +0100 Subject: [PATCH] Document -V option. --- CHANGELOG | 1 + bin/sitespeed.io | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ac4d3ae06a..d5c2fec914 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 ------------------------ diff --git a/bin/sitespeed.io b/bin/sitespeed.io index ffae3cf716..16b4ccd127 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 }