提交 744f55cc 编写于 作者: W Wei Jiangang 提交者: Cleber Rosa

scripts/avocado-journal-replay: Fix usage message

There's a missing space at the end of the line, that is, let's
replace "datato" with "data to".
Signed-off-by: NWei Jiangang <weijg.fnst@cn.fujitsu.com>
上级 806a7523
......@@ -29,7 +29,7 @@ class ArgumentParser(argparse.ArgumentParser):
def __init__(self):
super(ArgumentParser, self).__init__(
prog='avocado-journal-replay',
description=('Avocado Test Journal Replay. Sends test journal data'
description=('Avocado Test Journal Replay. Sends test journal data '
'to an Avocado Server'))
self.add_argument('-s', '--server-uri',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册