Skip to content

Commit

Permalink
[FIX] Updated help string of --root-path to reflect the correct defau…
Browse files Browse the repository at this point in the history
…lt value

Closes Vauxoo#213
  • Loading branch information
maneandrea committed Jun 13, 2024
1 parent 001f7f0 commit b34c2f5
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." "\nDefault: 'tmp' dir of your O.S.",
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 b34c2f5

Please sign in to comment.