From fdcaf86c54f931b739ea8f5a5906a1c6ec1714d8 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 25 Aug 2020 17:13:50 +0200 Subject: [PATCH] Adjust docstring End sentence earlier so it's shown as a full sentence in --help --- spacy/cli/project/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/project/pull.py b/spacy/cli/project/pull.py index ae292e3d7..6c0f32171 100644 --- a/spacy/cli/project/pull.py +++ b/spacy/cli/project/pull.py @@ -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), # 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. A storage can be anything that the smart-open library can upload to, e.g. gcs, aws, ssh, local directories etc