[Doc] Fix small typo in cli_reference

Change-Id: Ied595d4b8e08ec8f6cf0ef8b16b543d92650dd91
This commit is contained in:
Alexander Maretskiy 2016-05-11 13:13:27 +03:00
parent 9f1725b2df
commit ff6f7c21a5

View File

@ -116,7 +116,7 @@ def make_arguments_section(category_name, cmd_name, arguments, defaults):
description.append(compose_note_about_default_uuids(
args[0], dest))
description.append(
compose_use_cmd_hint_msg("rally %verify use"))
compose_use_cmd_hint_msg("rally verify use"))
description.append(kwargs.get("help"))