From 16a9c41a4fee9642825ec9759f95a1e2579b304c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist-=C3=85strand?= Date: Sat, 15 Oct 2005 04:46:09 +0000 Subject: [PATCH] STABLE14-viced-help-abortthres-20051014 FIXES 22070 add help for abort thresshold switch (cherry picked from commit f3d6141262e32e788838afee5e6c7a277ce3d029) --- src/viced/viced.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viced/viced.c b/src/viced/viced.c index 75a4661bd..ec9bddbc2 100644 --- a/src/viced/viced.c +++ b/src/viced/viced.c @@ -749,6 +749,7 @@ FlagMsg() strcat(buffer, "[-realm ] "); strcat(buffer, "[-udpsize ] "); strcat(buffer, "[-sendsize ] "); + strcat(buffer, "[-abortthreshold ] "); /* strcat(buffer, "[-enable_peer_stats] "); */ /* strcat(buffer, "[-enable_process_stats] "); */ strcat(buffer, "[-help]\n"); -- 2.39.5