add option --disable-peer-check to usage help text
This commit is contained in:
parent
2034ae1ee5
commit
8fd68e147c
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue