(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)
commitc84904d8c86e3ce10c519f243e173c9e90af3b06
treed70e95d3e0bbe22a57e34bddeee29ddd1fcc8bcd
parent01e1c85304280426b8d69b0b98549a7512358211
(committed this for Marty Kuhrt:)
- 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