From 39afdaa6c1892e83fd27bf05a761ec7732733bea Mon Sep 17 00:00:00 2001 From: Kamil Gierszewski Date: Fri, 27 Sep 2024 11:26:56 +0200 Subject: [PATCH] test-api: fix cli 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 56c094f..2e4ed67 100644 --- a/test/functional/api/cas/cli_help_messages.py +++ b/test/functional/api/cas/cli_help_messages.py @@ -285,7 +285,7 @@ standby_help = [ ] zero_metadata_help = [ - r"Usage: casadm --zero-metadata --device \ \[option\.\.\.\]]", + r"Usage: casadm --zero-metadata --device \ \[option\.\.\.\]", r"Clear metadata from caching device", r"Options that are valid with --zero-metadata are:", r"-d --device \ Path to device on which metadata would be cleared",