diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-15 14:59:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-15 14:59:07 +0000 |
commit | a3eb91ffb168dce9e5c4667eb2aaa314e240a2c0 (patch) | |
tree | bacc77254d3ddfd8d98412860478ad5ad668666f /docs/FAQ | |
parent | 12708473a6492d23e9cda9c22c45891039639f1a (diff) |
shortened the "what is libcurl" text
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -79,10 +79,7 @@ FAQ 1.2 What is libcurl? - libcurl is the engine inside curl that does all the work. curl is more or - less the command line interface that converts the given options into libcurl - function invokes. libcurl is a reliable, higly portable multiprotocol file - transfer library. + libcurl is a reliable, higly portable multiprotocol file transfer library. Any application is free to use libcurl, even commercial or closed-source ones. |