diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-02-08 22:39:04 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-02-08 22:39:04 +0100 |
commit | 5348e8f276dac01e98f3c1e3fcdfa363f1df6cf8 (patch) | |
tree | a3115e985a13883ae797d9123143ee0c2302c651 | |
parent | 266bcb06d7c3f5ad1b0f1d7c05d02bc36611296a (diff) |
curl.1: typo in -v description
Reported by: Ian D Allen
Bug: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/714895
Forwarded to us by:
Reported by: Andreas Olsson
Bug: http://curl.haxx.se/bug/view.cgi?id=3175422
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 093fae597..a1027004a 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1357,7 +1357,7 @@ If you think this option still doesn't give you enough details, consider using This option overrides previous uses of \fI--trace-ascii\fP or \fI--trace\fP. -Use \fI-S/--silent\fP to make curl quiet. +Use \fI-s/--silent\fP to make curl quiet. .IP "-V/--version" Displays information about curl and the libcurl version it uses. |