summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef3e099)
raw | patch | inline | side by side (parent: ef3e099)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Oct 2014 17:15:56 +0000 (19:15 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Oct 2014 17:15:56 +0000 (19:15 +0200) |
doc/sysdbql.7.txt | patch | blob | history |
diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt
index 396b55b263d233ad49c9394d729f171cb20609b0..2bccc3e36e0688f3d9ac921f0c18887bf09dad16 100644 (file)
--- a/doc/sysdbql.7.txt
+++ b/doc/sysdbql.7.txt
replies look like. The replies are pretty-printed to more easily follow them.
LIST hosts;
- {"hosts":[{
+ [{
"name": "host1.example.com",
"last_update": "2001-02-03 04:05:06 +0700",
"update_interval": "5m4s"
"name": "host2.example.com",
"last_update": "2001-02-03 04:05:06 +0700",
"update_interval": "5m4s"
- }]}
+ }]
FETCH host 'host1.example.com';
{