Minor documentation update
Minor documentation update

file:a/README.rst -> file:b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -72,7 +72,7 @@
 
 Once you have set up your credentials.json file you can generate an oauth token file by using the
 following command, which will store your oauth token in a file called token.dat once you have finished
-giving permission in the browser.
+giving permission in the browser::
 
     $ paster getauthtoken --config=../ckan/development.ini
 
@@ -84,6 +84,15 @@
 
     $ paster loadanalytics token.dat latest --config=../ckan/development.ini
 
+The value after the token file is how much data you want to retrieve, this can be
+
+* **all**         - data for all time (since 2010)
+
+* **latest**      - (default) just the 'latest' data
+
+* **YYYY-MM-DD**  - just data for all time periods going back to (and including) this date
+
+
 
 Software Licence
 ================