Skip to content

Commit

Permalink
Example code improved
Browse files Browse the repository at this point in the history
-f section required an -f example
  • Loading branch information
Xavier Badosa authored and Xavier Badosa committed Sep 5, 2018
1 parent e758dc9 commit dc18f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,5 +380,5 @@ A filter is a comma-separated list of selection criteria. Each criterion must fo
forces the subset to keep only category "DE" from dimension "area" and category "2014" from dimension "year". Because these ids do not contain whitespaces, double quotes are not strictly necessary.

```
area=DE,year=2014
jsonstatslice oecd.json oecd-subset.json -f area=DE,year=2014
```

0 comments on commit dc18f9f

Please sign in to comment.