Skip to content

Commit

Permalink
docs(cli): Upload -i is actually --ignoreWarnings for the new uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Jan 16, 2025
1 parent 91dfa30 commit a768405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To upload a new dataset:
deno run -A jsr:@openneuro/cli upload --affirmDefaced path/to/dataset
```

Your dataset must pass validation to upload but warnings can be skipped with `deno run -A jsr:@openneuro/cli upload -i path/to/dataset`. A default label is set using the directory name.
Your dataset must pass validation to upload but warnings can be skipped with `deno run -A jsr:@openneuro/cli upload --ignoreWarnings path/to/dataset`.

To resume an interrupted upload or add files to an existing dataset:

Expand Down

0 comments on commit a768405

Please sign in to comment.