managen: verify the options used in example lines

Also fix the --knownhosts typo

Follow-up to aae18c4bdc

Reported-by: Daniel Terhorst-North
URL: https://mas.to/@tastapod/115327102344617386
Closes #18884
This commit is contained in:
Daniel Stenberg 2025-10-06 14:41:14 +02:00
parent 6c7fc22f9d
commit 3b18aeb8bd
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 28 additions and 5 deletions

View file

@ -52,7 +52,7 @@ See-also:
- trace
- trace-ascii
Example:
- --verbose $URL
- --fakeitreal $URL
---
# `--verbose`
@ -231,7 +231,7 @@ Disable it again with \-\-no-fakeitreal.
Example:
.nf
curl --verbose https://example.com
curl --fakeitreal https://example.com
.fi
This option is mutually exclusive with \fI\-\-trace\fP and \fI\-\-trace\-ascii\fP.

View file

@ -52,7 +52,7 @@ See-also:
- trace
- trace-ascii
Example:
- --verbose $URL
- --fakeitreal $URL
---
# `--verbose`
@ -196,7 +196,7 @@ DESCRIPTION
effect. Disable it again with --no-fakeitreal.
Example:
curl --verbose https://example.com
curl --fakeitreal https://example.com
This option is mutually exclusive with --trace and --trace-ascii.
See also --include, --silent, --trace and --trace-ascii.