Skip to content

Commit 32a6862

Browse files
authored
Merge pull request #1382 from kabilar/dandi
Minor update to `organize` docstring
2 parents cb00a7c + 0f90fbb commit 32a6862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Commands:
6868
instances List known Dandi Archive instances that the CLI can...
6969
ls List .nwb files and dandisets metadata.
7070
move Move or rename assets in a local Dandiset and/or on...
71-
organize (Re)organize files according to the metadata.
71+
organize (Re)organize NWB files according to their metadata.
7272
shell-completion Emit shell script for enabling command completion.
7373
upload Upload Dandiset files to DANDI Archive.
7474
validate Validate files for data standards compliance.

dandi/cli/cmd_organize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def organize(
7474
jobs: int | None,
7575
devel_debug: bool = False,
7676
) -> None:
77-
"""(Re)organize files according to the metadata.
77+
"""(Re)organize NWB files according to their metadata.
7878
7979
The purpose of this command is to take advantage of metadata contained in
8080
.nwb files to provide datasets with consistently-named files whose names

0 commit comments

Comments
 (0)