Skip to content

Commit

Permalink
Make the default ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed Jan 2, 2025
1 parent 3534f43 commit a394e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mars-cli/mars_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ def cli(ctx, development):
"--file-transfer",
type=click.Choice(["ftp", "aspera"], case_sensitive=False),
required=True,
help="provide the name of a file transfer solution, like ftp or aspera",
default="ftp",
help="provide the name of a file transfer solution, like ftp or aspera. The default is ftp.",
)
@click.option(
"--data-files",
Expand Down

0 comments on commit a394e6d

Please sign in to comment.