test-api: reformat cli_help_messages.py
Signed-off-by: Kamil Gierszewski <kamil.gierszewski@huawei.com>
This commit is contained in:
parent
388e1ac3c7
commit
d0d0fdb9c8
@ -274,11 +274,14 @@ version_help = [
|
|||||||
r"-o --output-format \<FORMAT\> Output format: \{table|csv\}",
|
r"-o --output-format \<FORMAT\> Output format: \{table|csv\}",
|
||||||
]
|
]
|
||||||
|
|
||||||
help_help = [r"Usage: casadm --help", r"Print help"]
|
help_help = [
|
||||||
|
r"Usage: casadm --help",
|
||||||
|
r"Print help",
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
standby_help = [
|
standby_help = [
|
||||||
r"The command is not supported"
|
r"The command is not supported",
|
||||||
]
|
]
|
||||||
|
|
||||||
zero_metadata_help = [
|
zero_metadata_help = [
|
||||||
|
Loading…
Reference in New Issue
Block a user