mirror of
https://github.com/curl/curl.git
synced 2026-07-12 09:07:16 +03:00
tool_help: Added login options to --user description
This commit is contained in:
parent
0adad07690
commit
469b423350
1 changed files with 2 additions and 1 deletions
|
|
@ -215,7 +215,8 @@ static const char *const helptext[] = {
|
|||
" -T, --upload-file FILE Transfer FILE to destination",
|
||||
" --url URL URL to work with",
|
||||
" -B, --use-ascii Use ASCII/text transfer",
|
||||
" -u, --user USER[:PASSWORD] Server user and password",
|
||||
" -u, --user USER[:PASSWORD][;OPTIONS] Server user, password and login"
|
||||
" options",
|
||||
" --tlsuser USER TLS username",
|
||||
" --tlspassword STRING TLS password",
|
||||
" --tlsauthtype STRING TLS authentication type (default SRP)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue