* [ptxdist] [PATCH] libcurl: Align help texts
@ 2022-10-12 11:42 Ladislav Michl
2022-10-12 12:48 ` Alexander Dahl
2022-10-19 5:41 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 2 replies; 3+ messages in thread
From: Ladislav Michl @ 2022-10-12 11:42 UTC (permalink / raw)
To: ptxdist
From: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
rules/libcurl.in | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/rules/libcurl.in b/rules/libcurl.in
index 36800b012..d5cf3519d 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"
--
2.32.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] libcurl: Align help texts
2022-10-12 11:42 [ptxdist] [PATCH] libcurl: Align help texts Ladislav Michl
@ 2022-10-12 12:48 ` Alexander Dahl
2022-10-19 5:41 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2022-10-12 12:48 UTC (permalink / raw)
To: Ladislav Michl; +Cc: ptxdist
Hello,
Am Wed, Oct 12, 2022 at 01:42:07PM +0200 schrieb Ladislav Michl:
> From: Ladislav Michl <ladis@linux-mips.org>
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
> rules/libcurl.in | 17 +++++++++--------
> 1 file changed, 9 insertions(+), 8 deletions(-)
>
> diff --git a/rules/libcurl.in b/rules/libcurl.in
> index 36800b012..d5cf3519d 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
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Greets
Alex
>
> config LIBCURL_SSL
> bool "ssl"
> --
> 2.32.0
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [APPLIED] libcurl: Align help texts
2022-10-12 11:42 [ptxdist] [PATCH] libcurl: Align help texts Ladislav Michl
2022-10-12 12:48 ` Alexander Dahl
@ 2022-10-19 5:41 ` Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2022-10-19 5:41 UTC (permalink / raw)
To: ptxdist; +Cc: Ladislav Michl
Thanks, applied as fa6ec9c27df65770239d320ba4aa1eb4b90acdf2.
Michael
[sent from post-receive hook]
On Wed, 19 Oct 2022 07:41:30 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Message-Id: <Y0aoD6/Tjea6fRfb@lenoch>
> Reviewed-by: Alexander Dahl <ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@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"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-19 5:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 11:42 [ptxdist] [PATCH] libcurl: Align help texts Ladislav Michl
2022-10-12 12:48 ` Alexander Dahl
2022-10-19 5:41 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox