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\)",