From c85a62c94b6f7c3af7a92101434f75078ee447e7 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 2 Aug 2016 10:58:12 +0200 Subject: [PATCH 2/2] Indicate the the --mtu option is used by legacy servers only Signed-off-by: Nikos Mavrogiannopoulos --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 502e515..b3de641 100644 --- a/main.c +++ b/main.c @@ -766,7 +766,7 @@ static void usage(void) printf(" --csd-user=USER %s\n", _("Drop privileges during CSD execution")); printf(" --csd-wrapper=SCRIPT %s\n", _("Run SCRIPT instead of CSD binary")); #endif - printf(" -m, --mtu=MTU %s\n", _("Request MTU from server")); + printf(" -m, --mtu=MTU %s\n", _("Request MTU from server (legacy servers only)")); printf(" --base-mtu=MTU %s\n", _("Indicate path MTU to/from server")); printf(" -p, --key-password=PASS %s\n", _("Set key passphrase or TPM SRK PIN")); printf(" --key-password-from-fsid %s\n", _("Key passphrase is fsid of file system")); -- 2.7.4