diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-02-17 01:21:37 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-02-17 01:21:37 -0500 |
commit | f0bdc0b6f9f19c603f5e34332fa0d4e5bb3ea973 (patch) | |
tree | 16f2d690f29b10a0f6281883b8dbbeee06644517 | |
parent | fa7e80b8e57aca08255c402d744c833329688e5a (diff) |
example-cfg.json: improve comments
-rw-r--r-- | example-cfg.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example-cfg.json b/example-cfg.json index 9742bb5..9ffc96b 100644 --- a/example-cfg.json +++ b/example-cfg.json @@ -1,5 +1,6 @@ { - "_comment" : "Any command line argument may be used in this file", + "_comment1" : "Any long-format command line argument ", + "_comment2" : "may be used in this JSON configuration file", "url" : "http://127.0.0.1:8332", "userpass" : "rpcuser:rpcpass", |