summaryrefslogtreecommitdiff
path: root/svr-runopts.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2022-11-10 12:26:25 +0800
committerMatt Johnston <matt@ucc.asn.au>2022-11-10 12:26:25 +0800
commit86ac8411a0a0693d4f1622bad5c01b61196098c2 (patch)
tree71189cddad1ca0d2bf15d34c6d2902f81526e9d9 /svr-runopts.c
parent2864c3d15499ac133b4fffbc27787671c11939d5 (diff)
downloaddropbear-86ac8411a0a0693d4f1622bad5c01b61196098c2.tar.gz
Add manpage entry for -z, change help text
Fixes #193 on github (with previous patch)
Diffstat (limited to 'svr-runopts.c')
-rw-r--r--svr-runopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-runopts.c b/svr-runopts.c
index aae4ca1..cb92595 100644
--- a/svr-runopts.c
+++ b/svr-runopts.c
@@ -104,6 +104,7 @@ static void printhelp(const char * progname) {
"-W <receive_window_buffer> (default %d, larger may be faster, max 10MB)\n"
"-K <keepalive> (0 is never, default %d, in seconds)\n"
"-I <idle_timeout> (0 is never, default %d, in seconds)\n"
+ "-z disable QoS\n"
#if DROPBEAR_PLUGIN
"-A <authplugin>[,<options>]\n"
" Enable external public key auth through <authplugin>\n"
@@ -112,7 +113,6 @@ static void printhelp(const char * progname) {
#if DEBUG_TRACE
"-v verbose (repeat for more verbose)\n"
#endif
- "-z disable IP Type-Of-Service feature\n"
,DROPBEAR_VERSION, progname,
#if DROPBEAR_DSS
DSS_PRIV_FILENAME,