net: lwip: remove superfluous newline at tftp help text
authorMichael Walle <mwalle@kernel.org>
Wed, 12 Mar 2025 07:37:50 +0000 (08:37 +0100)
committerJerome Forissier <jerome.forissier@linaro.org>
Mon, 31 Mar 2025 07:46:25 +0000 (09:46 +0200)
commit6d66a72a0acbbdcaed89bcbfabdbd86db37e49ac
tree75b99b2f2cc1aaed167480b4331866929841aa05
parent5e74863ad6613df9c69c576910b536e885083d65
net: lwip: remove superfluous newline at tftp help text

The help text has a newline at the end which will lead to an empty
line after the tftpboot when printing the help overview. Remove it.

Fixes: 4d4d7838127e ("net: lwip: add TFTP support and tftpboot command")
Signed-off-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
cmd/net-lwip.c