[master] 49e43dfeb varnishd usage: make more room on the left hand side

Nils Goroll nils.goroll at uplex.de
Thu Sep 5 13:03:05 UTC 2024


commit 49e43dfeb048debe10e316773a1337460a770573
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Sep 5 14:51:14 2024 +0200

    varnishd usage: make more room on the left hand side
    
    before this patch, the longest line was 73 characters. Because
    we already exceeded the width of the left column, give it the additional space
    for a line length of up to 80 characters.

diff --git a/bin/varnishd/mgt/mgt_main.c b/bin/varnishd/mgt/mgt_main.c
index 8b3ccfad6..56cdf6f04 100644
--- a/bin/varnishd/mgt/mgt_main.c
+++ b/bin/varnishd/mgt/mgt_main.c
@@ -97,7 +97,7 @@ usage(void)
 {
 	char *p;
 
-#define FMT_NONL "  %-28s # %s"
+#define FMT_NONL "  %-35s # %s"
 #define FMT FMT_NONL "\n"
 
 	printf( "Usage: varnishd [options]\n");


More information about the varnish-commit mailing list