From f75da78b36dcdb5011619f6f5c0419e1f6d0241d Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 29 Aug 2015 22:23:39 +0200 Subject: [PATCH] indicate fields --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 261392c..b8bdc19 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Some example uses we consider useful: * `ocat ... --limit 10` prints data for the current month, starting now and going backwards; only 10 locations will be printed. Generally, the `--limit` option reads the storage back to front which makes no sense in some combinations. +Specifying `--fields lat,tid,lon` will request just those JSON elements from _storage_. (Note that doing so with output GPX or GEOJSON could render those formats useless if, say, `lat is missing in the list of fields.) + ## Design decisions