summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-08-04 16:11:29 +0900
committerRyo Nakamura <upa@haeena.net>2023-08-04 16:11:29 +0900
commit58026790d94a795ce4ccd0e73e19c4b2e23957a4 (patch)
tree0ef170272721328cc8137336bdf856d393e3df19 /src/main.c
parent23d9577bdee1eea77769ed081c5950a059845f2d (diff)
fix usage: "none" is not supported for -F
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
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"