From 58026790d94a795ce4ccd0e73e19c4b2e23957a4 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 4 Aug 2023 16:11:29 +0900 Subject: fix usage: "none" is not supported for -F --- src/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 17d147b..cbd2574 100644 --- a/src/main.c +++ b/src/main.c @@ -46,7 +46,6 @@ void usage(bool print_help) { " -l LOGIN_NAME login name\n" " -p PORT port number\n" " -F CONFIG path to user ssh config (default ~/.ssh/config)\n" - " if set to 'none', no config files will be read.\n" " -i IDENTITY identity file for public key authentication\n" " -c CIPHER cipher spec\n" " -M HMAC hmac spec\n" -- cgit v1.2.3