diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-26 07:46:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-26 07:46:02 +0000 |
commit | f9cfef3599cbffa72d2002c7add3278716537a48 (patch) | |
tree | c3ac6fb6f7dbc268979b7e69f6883dacc1c87941 /docs/curl-config.1 | |
parent | 07dbfa25a096faf730c1e77f19e6466b191b6bd9 (diff) | |
download | curl-f9cfef3599cbffa72d2002c7add3278716537a48.tar.gz |
mention --static-libs as added in 7.17.1
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r-- | docs/curl-config.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1 index fe187836c..a8acf901b 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -64,7 +64,7 @@ be listed using uppercase and are separated by newlines. There may be none, one or several protocols in the list. (Added in 7.13.0) .IP "--static-libs" Shows the complete set of libs and other linker options you will need in order -to link your application with libcurl statically. +to link your application with libcurl statically. (Added in 7.17.1) .IP "--version" Outputs version information about the installed libcurl. .IP "--vernum" |