From f0bdc0b6f9f19c603f5e34332fa0d4e5bb3ea973 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Thu, 17 Feb 2011 01:21:37 -0500 Subject: [PATCH] example-cfg.json: improve comments --- example-cfg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",