[master] bdc1620cf Polish

Poul-Henning Kamp phk at FreeBSD.org
Tue Nov 23 11:42:06 UTC 2021


commit bdc1620cf4c48c9ddc64439972799db671609856
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Nov 23 10:26:42 2021 +0000

    Polish

diff --git a/bin/varnishd/cache/cache_wrk.c b/bin/varnishd/cache/cache_wrk.c
index 54170600d..3cbb99fe2 100644
--- a/bin/varnishd/cache/cache_wrk.c
+++ b/bin/varnishd/cache/cache_wrk.c
@@ -683,7 +683,7 @@ pool_herder(void *priv)
 				Lck_Unlock(&pool_mtx);
 				delay = cache_param->wthread_destroy_delay;
 			} else
-				delay = vmax(delay, 
+				delay = vmax(delay,
 				    cache_param->wthread_destroy_delay);
 		}
 
diff --git a/include/tbl/cli_cmds.h b/include/tbl/cli_cmds.h
index 7134c0c20..3814a1615 100644
--- a/include/tbl/cli_cmds.h
+++ b/include/tbl/cli_cmds.h
@@ -227,7 +227,7 @@ CLI_CMD(PING,
 
 CLI_CMD(HELP,
 	"help",
-	"help [-j] [<command>]",
+	"help [-j|<command>]",
 	"Show command/protocol help.",
 	"  ``-j`` specifies JSON output.",
 	0, 1


More information about the varnish-commit mailing list