Merge pull request #160 from fsb4000/warnings
[novacoin.git] / src / util.cpp
index a15fa67..f69c600 100644 (file)
@@ -1162,8 +1162,10 @@ void createConf()
             + randomStrGen(15)
             + "\nrpcport=8344"
             + "\nport=7777"
-            + "\ndaemon=0 #(0=off, 1=on) Run in the background as a daemon and accept commands"
-            + "\nserver=0 #(0=off, 1=on) Accept command line and JSON-RPC commands"
+            + "\n#(0=off, 1=on) daemon - run in the background as a daemon and accept commands"
+            + "\ndaemon=0"
+            + "\n#(0=off, 1=on) server - accept command line and JSON-RPC commands"
+            + "\nserver=0"
             + "\nrpcallowip=127.0.0.1"
             + "\ntestnet=0";
     pConf.close();