Skip to content

Commit

Permalink
Update src/travis2docker/cli.py
Browse files Browse the repository at this point in the history
Combine the two strings in one

Co-authored-by: Moisés López - https://www.vauxoo.com/ <[email protected]>
  • Loading branch information
maneandrea and moylop260 authored Jun 13, 2024
1 parent 0353320 commit 764675c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/travis2docker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main(return_result=False):
parser.add_argument(
'--root-path',
dest='root_path',
help="Root path to save scripts generated." f"\nDefault: {default_root_path}",
help=f"Root path to save scripts generated.\nDefault: {default_root_path}",
default=default_root_path,
)
parser.add_argument(
Expand Down

0 comments on commit 764675c

Please sign in to comment.