ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

curl-fix-hugehelp.patch (544B)


      1 --- src/tool_operate.old	2014-05-17 18:57:51.464665892 +0200
      2 +++ src/tool_operate.c	2014-05-17 18:58:16.687664860 +0200
      3 @@ -1793,9 +1793,11 @@
      4        /* Check if we were asked for the help */
      5        if(res == PARAM_HELP_REQUESTED)
      6          tool_help();
      7 +#ifdef USE_MANUAL
      8        /* Check if we were asked for the manual */
      9        else if(res == PARAM_MANUAL_REQUESTED)
     10          hugehelp();
     11 +#endif
     12        /* Check if we were asked for the version information */
     13        else if(res == PARAM_VERSION_INFO_REQUESTED)
     14          tool_version_info();