Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
openneuro-dl
Commits
f3da2005
Commit
f3da2005
authored
Oct 30, 2019
by
Taylor Hanayik
Browse files
update readme
parent
66828c81
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f3da2005
...
...
@@ -5,7 +5,7 @@ Download entire projects from openneuro.org. All you need is a dataset ID.
## Usage
```
usage: openneuro
-
dl [-h] [--savepath SAVEPATH] id
usage: openneuro
_
dl [-h] [--savepath SAVEPATH]
[--savename SAVENAME] [--w]
id
download a dataset from openneuro.org
...
...
@@ -16,6 +16,9 @@ positional arguments:
optional arguments:
-h, --help show this help message and exit
--savepath SAVEPATH the output directory where you would like to download
the dataset (default is the current working directory +
the dataset id)
the dataset (default is the current working directory)
--savename SAVENAME savename is an optional name to give the downloaded
dataset folder. The default is the dataset id.
--w re-sync existing dataset with the same ID if it already
exists in the savepath
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment