add option --disable-peer-check to usage help text

This commit is contained in:
Mark van Holsteijn 2016-02-26 00:24:33 +01:00
parent 2034ae1ee5
commit 8fd68e147c

View file

@ -825,6 +825,7 @@ static void usage(void) {
" --user-css=STYLES defines user-selectable CSS options\n" " --user-css=STYLES defines user-selectable CSS options\n"
" -v, --verbose enable logging messages\n" " -v, --verbose enable logging messages\n"
" --version prints version information\n" " --version prints version information\n"
" --disable-peer-check disable peer check on a session\n"
"\n" "\n"
"Debug, quiet, and verbose are mutually exclusive.\n" "Debug, quiet, and verbose are mutually exclusive.\n"
"\n" "\n"