Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor update to organize docstring #1382

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Commands:
instances List known Dandi Archive instances that the CLI can...
ls List .nwb files and dandisets metadata.
move Move or rename assets in a local Dandiset and/or on...
organize (Re)organize files according to the metadata.
organize (Re)organize NWB files according to their metadata.
shell-completion Emit shell script for enabling command completion.
upload Upload Dandiset files to DANDI Archive.
validate Validate files for data standards compliance.
Expand Down
2 changes: 1 addition & 1 deletion dandi/cli/cmd_organize.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def organize(
jobs: int | None,
devel_debug: bool = False,
) -> None:
"""(Re)organize files according to the metadata.
"""(Re)organize NWB files according to their metadata.

The purpose of this command is to take advantage of metadata contained in
.nwb files to provide datasets with consistently-named files whose names
Expand Down