mirror of
https://github.com/upa/mscp.git
synced 2026-05-18 01:57:29 +08:00
fix usage: "none" is not supported for -F
This commit is contained in:
@@ -46,7 +46,6 @@ void usage(bool print_help) {
|
|||||||
" -l LOGIN_NAME login name\n"
|
" -l LOGIN_NAME login name\n"
|
||||||
" -p PORT port number\n"
|
" -p PORT port number\n"
|
||||||
" -F CONFIG path to user ssh config (default ~/.ssh/config)\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"
|
" -i IDENTITY identity file for public key authentication\n"
|
||||||
" -c CIPHER cipher spec\n"
|
" -c CIPHER cipher spec\n"
|
||||||
" -M HMAC hmac spec\n"
|
" -M HMAC hmac spec\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user