Adjust docstring

End sentence earlier so it's shown as a full sentence in --help
This commit is contained in:
Ines Montani 2020-08-25 17:13:50 +02:00
parent b89f6fa011
commit fdcaf86c54

View File

@ -14,7 +14,7 @@ def project_pull_cli(
project_dir: Path = Arg(Path.cwd(), help="Location of project directory. Defaults to current working directory.", exists=True, file_okay=False), project_dir: Path = Arg(Path.cwd(), help="Location of project directory. Defaults to current working directory.", exists=True, file_okay=False),
# fmt: on # fmt: on
): ):
"""Retrieve any precomputed outputs from a remote storage that are available. """Retrieve available precomputed outputs from a remote storage.
You can alias remotes in your project.yml by mapping them to storage paths. You can alias remotes in your project.yml by mapping them to storage paths.
A storage can be anything that the smart-open library can upload to, e.g. A storage can be anything that the smart-open library can upload to, e.g.
gcs, aws, ssh, local directories etc gcs, aws, ssh, local directories etc