mirror of
https://github.com/curl/curl.git
synced 2026-04-21 17:02:13 +03:00
page-footer: mention exit code zero too
Success (zero) is also an "exit code" worth mentioning. Closes #8833
This commit is contained in:
parent
f1cdeff37a
commit
1ddc8aefb2
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ Makes it the equivalent of --socks5-hostname
|
|||
There are a bunch of different error codes and their corresponding error
|
||||
messages that may appear under error conditions. At the time of this writing,
|
||||
the exit codes are:
|
||||
.IP 0
|
||||
Success. The operation completed successfully according to the instructions.
|
||||
.IP 1
|
||||
Unsupported protocol. This build of curl has no support for this protocol.
|
||||
.IP 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue