Commit c0a7a98a authored by Dave Reisner's avatar Dave Reisner Committed by Daniel Stenberg
Browse files

curl.1: fix long line, found by checksrc.pl

parent f5005dd8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -393,7 +393,10 @@ nickname contains ":", it needs to be preceded by "\\" so that it is not
recognized as password delimiter.  If the nickname contains "\\", it needs to
be escaped as "\\\\" so that it is not recognized as an escape character.

(iOS and Mac OS X only) If curl is built against Secure Transport, then the certificate string must match the name of a certificate that's in the system or user keychain. The private key corresponding to the certificate, and certificate chain (if any),  must also be present in the keychain.
(iOS and Mac OS X only) If curl is built against Secure Transport, then the
certificate string must match the name of a certificate that's in the system or
user keychain. The private key corresponding to the certificate, and
certificate chain (if any),  must also be present in the keychain.

If this option is used several times, the last one will be used.
.IP "--engine <name>"