From 8fd68e147cd92e465fb29806fb45dfb726004a3f Mon Sep 17 00:00:00 2001 From: Mark van Holsteijn Date: Fri, 26 Feb 2016 00:24:33 +0100 Subject: [PATCH] add option --disable-peer-check to usage help text --- shellinabox/shellinaboxd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shellinabox/shellinaboxd.c b/shellinabox/shellinaboxd.c index 7770f7a..9637662 100644 --- a/shellinabox/shellinaboxd.c +++ b/shellinabox/shellinaboxd.c @@ -825,6 +825,7 @@ static void usage(void) { " --user-css=STYLES defines user-selectable CSS options\n" " -v, --verbose enable logging messages\n" " --version prints version information\n" + " --disable-peer-check disable peer check on a session\n" "\n" "Debug, quiet, and verbose are mutually exclusive.\n" "\n"