mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
curl.1: mention "global" flags
Mention options that are "global". A global command line option is one that doesn't get reset at --next uses and therefore don't need to be used again. Reported-by: Josh Soref Fixes #7457 Closes #7510
This commit is contained in:
parent
21e090369e
commit
9f488fac18
12 changed files with 36 additions and 0 deletions
|
|
@ -5,3 +5,6 @@ See-also: no-progress-meter
|
|||
Category: curl
|
||||
---
|
||||
When used with --silent, it makes curl show an error message if it fails.
|
||||
|
||||
This option is global and does not need to be specified for each use of
|
||||
--next.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue