This checks if all command line args are documented in the help message.
Example output:
0$ qa/pull-tester/check-doc.py
1Args used : 144
2Args documented : 133
3Args undocumented: 15
4set(['-uacomment', '-nodebug', '-rpcssl', '-rpccookiefile', '-checkblockindex', '-benchmark', '-help', '-version', '-h', '-checkmempool', '-mocktime', '-maptxfee', '-tor', '-socks', '-debugnet'])
5Args unknown : 4
6set(['-zmqpubrawblock', '-zmqpubhashtx', '-zmqpubrawtx', '-zmqpubhashblock'])
7$ echo $?
815