Skip to content

Commit cb20d8d

Browse files
authored
Merge pull request #1377 from kabilar/dandi
Minor docs update for `dandi validate`
2 parents 91b423c + 6a3bd32 commit cb20d8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ pip-wheel-metadata/
1515
sandbox/
1616
venv/
1717
venvs/
18+
.DS_Store

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ Commands:
7171
organize (Re)organize files according to the metadata.
7272
shell-completion Emit shell script for enabling command completion.
7373
upload Upload Dandiset files to DANDI Archive.
74-
validate Validate files for NWB and DANDI compliance.
75-
validate-bids Validate BIDS paths.
74+
validate Validate files for data standards compliance.
7675
```
7776
Run `dandi --help` or `dandi <subcommand> --help` (e.g. `dandi upload --help`) to see manual pages.
7877

dandi/cli/cmd_validate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def validate(
9898
devel_debug: bool = False,
9999
allow_any_path: bool = False,
100100
) -> None:
101-
"""Validate files for DANDI and BIDS and/or NWB compliance.
101+
"""Validate files for data standards compliance.
102102
103103
Exits with non-0 exit code if any file is not compliant.
104104
"""

docs/source/cmdline/validate.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

8-
Validate files for NWB and DANDI compliance.
8+
Validate files for data standards compliance.
99

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

0 commit comments

Comments
 (0)