diff mbox series

[3/3] cosmetic: align help output in suricatta

Message ID 20211014154637.2674613-3-sbabic@denx.de
State Accepted
Headers show
Series [1/3] cosmetic: sort entries in getopt list | expand

Commit Message

Stefano Babic Oct. 14, 2021, 3:46 p.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 suricatta/server_hawkbit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/suricatta/server_hawkbit.c b/suricatta/server_hawkbit.c
index f8f560e..d4765ce 100644
--- a/suricatta/server_hawkbit.c
+++ b/suricatta/server_hawkbit.c
@@ -1614,8 +1614,8 @@  void server_print_help(void)
 	    "\t  -s, --connection-timeout Set the server connection timeout (default: 300s).\n"
 	    "\t  -a, --custom-http-header <name> <value> Set custom HTTP header, "
 	    "appended to every HTTP request being sent.\n"
-	    "\t  -n, --max-download-speed <limit>	Set download speed limit.\n"
-		"Example: -n 100k; -n 1M; -n 100; -n 1G\n",
+	    "\t  -n, --max-download-speed <limit>  Set download speed limit.\n"
+	    "\t                                    Example: -n 100k; -n 1M; -n 100; -n 1G\n",
 	    CHANNEL_DEFAULT_POLLING_INTERVAL, CHANNEL_DEFAULT_RESUME_TRIES,
 	    CHANNEL_DEFAULT_RESUME_DELAY,
 	    INITIAL_STATUS_REPORT_WAIT_DELAY);