27 lines
1.8 KiB
Diff
27 lines
1.8 KiB
Diff
From 7d6b24af366a46338c48901cdab555b4e844ac13 Mon Sep 17 00:00:00 2001
|
|
From: zhongtao <zhongtao17@huawei.com>
|
|
Date: Fri, 11 Aug 2023 10:21:26 +1400
|
|
Subject: [PATCH 11/11] modify the help information of health-timeout
|
|
|
|
Signed-off-by: zhongtao <zhongtao17@huawei.com>
|
|
---
|
|
src/cmd/isula/base/create.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/cmd/isula/base/create.h b/src/cmd/isula/base/create.h
|
|
index 4f63d92f..0239d608 100644
|
|
--- a/src/cmd/isula/base/create.h
|
|
+++ b/src/cmd/isula/base/create.h
|
|
@@ -414,7 +414,7 @@ extern "C" {
|
|
"health-timeout", \
|
|
0, \
|
|
&(cmdargs).custom_conf.health_timeout, \
|
|
- "Maximum time to allow one check to run (ms|s|m|h) (default 30s)", \
|
|
+ "Maximum time to allow one check to run (ms|s|m) (default 30s, maximum is 10 minutes)", \
|
|
command_convert_nanoseconds }, \
|
|
{ CMD_OPT_TYPE_CALLBACK, \
|
|
false, \
|
|
--
|
|
2.25.1
|
|
|