From 18505021479d05954483176a37f3674a2e51015a Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Thu, 9 Apr 2015 15:24:41 -0400 Subject: [PATCH] tweak docs on multiple-report --only --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f93a5f35..fdab2b67 100644 --- a/README.md +++ b/README.md @@ -166,11 +166,11 @@ analytics --output /path/to/data analytics --publish ``` -* `--only` - only run one or more specific reports. Multiple reports comma separated, encapsulated by quotes. +* `--only` - only run one or more specific reports. Multiple reports are comma separated. ```bash analytics --only devices -analytics --only "devices,today" +analytics --only devices,today ``` * `--slim` -Where supported, use totals only (omit the `data` array). Only applies to JSON, and reports where `"slim": true`.