Skip to content

Commit

Permalink
Update help message for automation-script-format
Browse files Browse the repository at this point in the history
  • Loading branch information
elyezer committed Oct 18, 2019
1 parent be28aac commit ae78f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions betelgeuse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,9 @@ def create_xml_testcase(config, testcase, automation_script_format):
@cli.command('test-case')
@click.option(
'--automation-script-format',
help=(r'The format for the automation-script field. The variables {path} '
help=('The format for the automation-script field. The variables {path} '
'and {line_number} are available and will be expanded to the test '
'case module path and the line number where it`s defined '
"case module path and the line number where it's defined "
'respectively. Default: {path}#{line_number}'),
default='{path}#{line_number}',
)
Expand Down

0 comments on commit ae78f59

Please sign in to comment.