Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl.1: add see also no-progress-meter on two spots #5897

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/cmdline-opts/show-error.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Long: show-error
Short: S
Help: Show error even when -s is used
See-also: no-progress-meter
---
When used with --silent, it makes curl show an error message if it fails.
2 changes: 1 addition & 1 deletion docs/cmdline-opts/silent.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Long: silent
Short: s
Help: Silent mode
See-also: verbose stderr
See-also: verbose stderr no-progress-meter
---
Silent or quiet mode. Don't show progress meter or error messages. Makes Curl
mute. It will still output the data you ask for, potentially even to the
Expand Down