Skip to content

Commit

Permalink
tweak docs on multiple-report --only
Browse files Browse the repository at this point in the history
  • Loading branch information
konklone committed Apr 9, 2015
1 parent d75270e commit 1850502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1850502

Please sign in to comment.