diff options
author | c4rlo <carlo.teubner@gmail.com> | 2017-03-02 20:46:00 +0000 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-03-03 02:37:43 -0500 |
commit | e95240240465a7a7d6a0076229918da85da19818 (patch) | |
tree | afd573e3abcfaab703dfd9a7d221cbb322ad0674 /docs/cmdline-opts/no-keepalive.d | |
parent | 14cd405d27ba1cf001acfb910f253b4c412f6692 (diff) | |
download | curl-e95240240465a7a7d6a0076229918da85da19818.tar.gz |
no-keepalive.d: fix typo
Closes https://github.com/curl/curl/pull/1301
Diffstat (limited to 'docs/cmdline-opts/no-keepalive.d')
-rw-r--r-- | docs/cmdline-opts/no-keepalive.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/no-keepalive.d b/docs/cmdline-opts/no-keepalive.d index 7eb3d639c..8fb28a036 100644 --- a/docs/cmdline-opts/no-keepalive.d +++ b/docs/cmdline-opts/no-keepalive.d @@ -1,7 +1,7 @@ Long: no-keepalive Help: Disable TCP keepalive on the connection --- -Disables the use of keepalive messages on the TCP connection. curl otherwis +Disables the use of keepalive messages on the TCP connection. curl otherwise enables them by default. Note that this is the negated option name documented. You can thus use |