mirror of
https://github.com/curl/curl.git
synced 2026-08-26 08:13:32 +03:00
help: add flags to output and ssh categories
- Add --output, --remove-on-error, --output-dir and --created-dirs to the output help category - Add --hostpubmd5, --hostpubsha256, --insecure (-k), and --pubkey to the ssh help category Closes #14076
This commit is contained in:
parent
82b32b344e
commit
62bfcb0c44
9 changed files with 16 additions and 16 deletions
|
|
@ -3,7 +3,7 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|||
SPDX-License-Identifier: curl
|
||||
Long: create-dirs
|
||||
Help: Create necessary local directory hierarchy
|
||||
Category: curl
|
||||
Category: curl output
|
||||
Added: 7.10.3
|
||||
Multi: boolean
|
||||
See-also:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Arg: <md5>
|
|||
Help: Acceptable MD5 hash of host public key
|
||||
Protocols: SFTP SCP
|
||||
Added: 7.17.1
|
||||
Category: sftp scp
|
||||
Category: sftp scp ssh
|
||||
Multi: single
|
||||
See-also:
|
||||
- hostpubsha256
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Arg: <sha256>
|
|||
Help: Acceptable SHA256 hash of host public key
|
||||
Protocols: SFTP SCP
|
||||
Added: 7.80.0
|
||||
Category: sftp scp
|
||||
Category: sftp scp ssh
|
||||
Multi: single
|
||||
See-also:
|
||||
- hostpubmd5
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Long: insecure
|
|||
Short: k
|
||||
Help: Allow insecure server connections
|
||||
Protocols: TLS SFTP SCP
|
||||
Category: tls sftp scp
|
||||
Category: tls sftp scp ssh
|
||||
Added: 7.10
|
||||
Multi: boolean
|
||||
See-also:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Long: output-dir
|
|||
Arg: <dir>
|
||||
Help: Directory to save files in
|
||||
Added: 7.73.0
|
||||
Category: curl
|
||||
Category: curl output
|
||||
Multi: single
|
||||
See-also:
|
||||
- remote-name
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Long: output
|
|||
Arg: <file>
|
||||
Short: o
|
||||
Help: Write to file instead of stdout
|
||||
Category: important curl
|
||||
Category: important curl output
|
||||
Added: 4.0
|
||||
Multi: per-URL
|
||||
See-also:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Long: pubkey
|
|||
Arg: <key>
|
||||
Protocols: SFTP SCP
|
||||
Help: SSH Public key filename
|
||||
Category: sftp scp auth
|
||||
Category: sftp scp ssh auth
|
||||
Added: 7.16.2
|
||||
Multi: single
|
||||
See-also:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|||
SPDX-License-Identifier: curl
|
||||
Long: remove-on-error
|
||||
Help: Remove output file on errors
|
||||
Category: curl
|
||||
Category: curl output
|
||||
Added: 7.83.0
|
||||
Multi: boolean
|
||||
See-also:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue