From 9b2a3490c53c616d91ebbfadb29c6bba5636294c Mon Sep 17 00:00:00 2001 From: Kamil Gierszewski Date: Thu, 27 Oct 2022 13:07:13 +0200 Subject: [PATCH] test_fix:change help message Signed-off-by: Kamil Gierszewski --- test/functional/api/cas/cli_help_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/api/cas/cli_help_messages.py b/test/functional/api/cas/cli_help_messages.py index 6367e84..943e8c4 100644 --- a/test/functional/api/cas/cli_help_messages.py +++ b/test/functional/api/cas/cli_help_messages.py @@ -200,7 +200,7 @@ set_params_help = [ r"is active \<0-100\>\[\%\] \(default: 80\%\)", r"Options that are valid with --set-param \(-X\) --name \(-n\) cleaning-alru are:", r"-i --cache-id \ Identifier of cache instance \<1-16384\>", - r"-w --wake-up \ Period of time between awakenings of flushing thread " + r"-w --wake-up \ Cleaning thread sleep time after an idle wake up " r"\<0-3600\>\[s\] \(default: 20 s\)", r"-s --staleness-time \ Time that has to pass from the last write operation " r"before a dirty cache block can be scheduled to be flushed \<1-3600\>\[s\] \(default: 120 s\)",