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:
Yedaya Katsman 2024-07-02 17:52:26 +03:00 committed by Daniel Stenberg
parent 82b32b344e
commit 62bfcb0c44
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 16 additions and 16 deletions

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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:

View file

@ -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:

View file

@ -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: