diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-08-04 16:11:29 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-08-04 16:11:29 +0900 |
commit | 58026790d94a795ce4ccd0e73e19c4b2e23957a4 (patch) | |
tree | 0ef170272721328cc8137336bdf856d393e3df19 /src/main.c | |
parent | 23d9577bdee1eea77769ed081c5950a059845f2d (diff) |
fix usage: "none" is not supported for -F
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |