File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Commands:
68
68
instances List known Dandi Archive instances that the CLI can...
69
69
ls List .nwb files and dandisets metadata.
70
70
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.
72
72
shell-completion Emit shell script for enabling command completion.
73
73
upload Upload Dandiset files to DANDI Archive.
74
74
validate Validate files for data standards compliance.
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def organize(
74
74
jobs : int | None ,
75
75
devel_debug : bool = False ,
76
76
) -> None :
77
- """(Re)organize files according to the metadata.
77
+ """(Re)organize NWB files according to their metadata.
78
78
79
79
The purpose of this command is to take advantage of metadata contained in
80
80
.nwb files to provide datasets with consistently-named files whose names
You can’t perform that action at this time.
0 commit comments