Skip to content

Commit 4940ea2

Browse files
yarikopticjwodder
andauthored
Improved description of --instance
Co-authored-by: John T. Wodder II <jwodder@users.noreply.github.com>
1 parent 403d977 commit 4940ea2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

dandi/cli/cmd_download.py

+6-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,12 @@ def get_metavar(self, param):
8888
)
8989
@instance_option(
9090
default=None,
91-
help="Instance of DANDI archive to use. If URLs provided, we would ensure that "
92-
"they point to the same instance as specified. If no URLs provided, that "
93-
"instance will be used for identifier found in local dandiset.yaml.",
91+
help=(
92+
"DANDI Archive instance to download from. If any URLs are provided,"
93+
" they must point to the given instance. If no URL is provided, and"
94+
" there is a local dandiset.yaml file, the Dandiset with the identifier"
95+
" given in the file will be downloaded from the given instance."
96+
),
9497
)
9598
# Might be a cool feature, not unlike verifying a checksum, we verify that
9699
# downloaded file passes the validator, and if not -- alert

0 commit comments

Comments
 (0)