Commit 4e52ee6acb88bb64caeaa0b6c65d1b6d994b0b01

Kano 2014-01-29T11:48:39

API-README correct new text format documentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/API-README b/API-README
index b50341b..88b29a2 100644
--- a/API-README
+++ b/API-README
@@ -118,7 +118,7 @@ and is not available for commands that change anything
 Any parameters supplied will be ignored
 
 The extra formatting of the result is to have a section for each command
-e.g. summary|STATUS=....|devs|STATUS=...
+e.g. CMD=summary|STATUS=....|CMD=devs|STATUS=...
 With JSON, each result is within a section of the command name
 e.g. {"summary":{"STATUS":[{"STATUS":"S"...}],"SUMMARY":[...],"id":1},
       "devs":{"STATUS":[{"STATUS:"S"...}],"DEVS":[...],"id":1},"id":1}