]> granicus.if.org Git - curl/commitdiff
(committed this for Marty Kuhrt:)
authorDaniel Stenberg <daniel@haxx.se>
Sun, 1 Jun 2008 17:59:53 +0000 (17:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 1 Jun 2008 17:59:53 +0000 (17:59 +0000)
- Updated main.c to return CURLE_OK if PARAM_HELP_REQUESTED was returned
  from getparameter instead of CURLE_FAILED_INIT.  No point in returning
  an error if --help or --version were requested.

CHANGES

diff --git a/CHANGES b/CHANGES
index 6ff59e0604ee95769832df913d11fb96ec79c0b3..868e6ce0a47e2602683afc78ed0863aa4cbb45b9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
                                   Changelog
 
 
+Marty Kuhrt (1 Jun 2008)
+- Updated main.c to return CURLE_OK if PARAM_HELP_REQUESTED was returned
+  from getparameter instead of CURLE_FAILED_INIT.  No point in returning
+  an error if --help or --version were requested.
+
 Daniel Stenberg (28 May 2008)
 - Emil Romanus found a problem and helped me repeat it. It occured when using
   the curl_multi_socket() API with HTTP pipelining enabled and could lead to