Skip to content

Commit

Permalink
Merge pull request #1377 from kabilar/dandi
Browse files Browse the repository at this point in the history
Minor docs update for `dandi validate`
  • Loading branch information
yarikoptic authored Dec 13, 2023
2 parents 91b423c + 6a3bd32 commit cb20d8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ pip-wheel-metadata/
sandbox/
venv/
venvs/
.DS_Store
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ Commands:
organize (Re)organize files according to the metadata.
shell-completion Emit shell script for enabling command completion.
upload Upload Dandiset files to DANDI Archive.
validate Validate files for NWB and DANDI compliance.
validate-bids Validate BIDS paths.
validate Validate files for data standards compliance.
```
Run `dandi --help` or `dandi <subcommand> --help` (e.g. `dandi upload --help`) to see manual pages.
Expand Down
2 changes: 1 addition & 1 deletion dandi/cli/cmd_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def validate(
devel_debug: bool = False,
allow_any_path: bool = False,
) -> None:
"""Validate files for DANDI and BIDS and/or NWB compliance.
"""Validate files for data standards compliance.
Exits with non-0 exit code if any file is not compliant.
"""
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cmdline/validate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

dandi [<global options>] validate [<path> ...]

Validate files for NWB and DANDI compliance.
Validate files for data standards compliance.

Exits with non-zero exit code if any file is not compliant.

Expand Down

0 comments on commit cb20d8d

Please sign in to comment.