The -rpcssl command line option is a boolean, like -server, -daemon, -testnet, etc...
authorChris Moore <dooglus@gmail.com>
Fri, 21 Jan 2011 18:14:33 +0000 (10:14 -0800)
committerChris Moore <dooglus@gmail.com>
Fri, 21 Jan 2011 18:14:33 +0000 (10:14 -0800)
commit2aadc8bb5b00cc45fb3a93a9f3893347b67472aa
treeab2f415836fe7fbb999d3b2eb0ca946f8070d002
parent05563e9ef26e40c05092bf840a01d78bd2e7efb6
The -rpcssl command line option is a boolean, like -server, -daemon, -testnet, etc.  Specifying -rpcssl=1 is the same as just -rpcssl, as for any other boolean flag, so let's show it the same in the help text.
init.cpp