Skip to content

Commit b5a9ccc

Browse files
committed
doc: update dandi [--help] printout on README.md
1 parent 5c86d03 commit b5a9ccc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ to help you prepare and upload your data to, or obtain data from, a DANDI instan
4444
$> dandi
4545
Usage: dandi [OPTIONS] COMMAND [ARGS]...
4646

47-
A client to support interactions with a DANDI instance, such as the DANDI Archive
48-
(http://dandiarchive.org).
47+
A client to support interactions with DANDI instances, such as the DANDI
48+
Archive (http://dandiarchive.org).
4949

5050
To see help for a specific command, run
5151

@@ -64,14 +64,16 @@ Options:
6464
Commands:
6565
delete Delete dandisets and assets from the server.
6666
digest Calculate file digests
67-
download Download a file or entire folder from DANDI.
68-
instances List known DANDI instances that the CLI can interact
67+
download Download files or entire folders from DANDI.
68+
instances List known DANDI instances that the CLI can interact...
6969
ls List .nwb files and dandisets metadata.
7070
move Move or rename assets in a local Dandiset and/or on...
7171
organize (Re)organize NWB files according to their metadata.
72+
service-scripts Various utility operations
7273
shell-completion Emit shell script for enabling command completion.
7374
upload Upload Dandiset files to DANDI Archive.
7475
validate Validate files for data standards compliance.
76+
validate-bids Validate BIDS paths.
7577
```
7678
Run `dandi --help` or `dandi <subcommand> --help` (e.g. `dandi upload --help`) to see manual pages.
7779

0 commit comments

Comments
 (0)