Thanks, applied as fa6ec9c27df65770239d320ba4aa1eb4b90acdf2.

Michael

[sent from post-receive hook]

On Wed, 19 Oct 2022 07:41:30 +0200, Ladislav Michl <oss-li...@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <la...@linux-mips.org>
> Message-Id: <Y0aoD6/Tjea6fRfb@lenoch>
> Reviewed-by: Alexander Dahl <a...@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/libcurl.in b/rules/libcurl.in
> index 36800b01281f..d5cf3519d9e7 100644
> --- a/rules/libcurl.in
> +++ b/rules/libcurl.in
> @@ -11,12 +11,13 @@ menuconfig LIBCURL
>       select CA_CERTIFICATES  if LIBCURL_SSL_CA_CERTIFICATES && RUNTIME
>       select C_ARES           if LIBCURL_C_ARES
>       help
> -     curl is a command line tool for transferring files with URL syntax, 
> supporting
> -     FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and 
> FILE.
> -     curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
> -     HTTP form based upload, proxies, cookies, user+password authentication
> -     (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume,
> -     proxy tunneling and a busload of other useful tricks.
> +       curl is a command line tool for transferring files with URL syntax,
> +       supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT,
> +       LDAP, LDAPS and FILE.
> +       curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
> +       HTTP form based upload, proxies, cookies, user+password authentication
> +       (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume,
> +       proxy tunneling and a busload of other useful tricks.
>  
>  if LIBCURL
>  
> @@ -47,12 +48,12 @@ config LIBCURL_FILE
>  config LIBCURL_SMTP
>       bool "smtp"
>       help
> -     enable smtp support for sending emails
> +       enable smtp support for sending emails
>  
>  config LIBCURL_VERBOSE
>       bool "verbose messages"
>       help
> -     enable verbose messages, helpful for error indication
> +       enable verbose messages, helpful for error indication
>  
>  config LIBCURL_SSL
>       bool "ssl"

Reply via email to