Re: [PATCH] net: lwip: wget: update help string

2024-11-22 Thread Tom Rini
On Thu, Nov 14, 2024 at 03:20:40PM +0100, Jerome Forissier wrote: > The lwIP version of wget also supports the legacy syntax. Document it in > the help string. > > Signed-off-by: Jerome Forissier > Reviewed-by: Ilias Apalodimas Applied to u-boot/master, thanks! -- Tom signature.asc Descrip

Re: [PATCH] net: lwip: wget: update help string

2024-11-14 Thread Ilias Apalodimas
On Thu, 14 Nov 2024 at 16:20, Jerome Forissier wrote: > The lwIP version of wget also supports the legacy syntax. Document it in > the help string. > > Signed-off-by: Jerome Forissier > --- > cmd/net-lwip.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/cmd/net-lw

[PATCH] net: lwip: wget: update help string

2024-11-14 Thread Jerome Forissier
The lwIP version of wget also supports the legacy syntax. Document it in the help string. Signed-off-by: Jerome Forissier --- cmd/net-lwip.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/net-lwip.c b/cmd/net-lwip.c index 42f8bd6b259..4dc97c6e184 100644 --- a/cmd/ne