Skip to content

Commit a768405

Browse files
committed
docs(cli): Upload -i is actually --ignoreWarnings for the new uploader
1 parent 91dfa30 commit a768405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To upload a new dataset:
5151
deno run -A jsr:@openneuro/cli upload --affirmDefaced path/to/dataset
5252
```
5353

54-
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.
54+
Your dataset must pass validation to upload but warnings can be skipped with `deno run -A jsr:@openneuro/cli upload --ignoreWarnings path/to/dataset`.
5555

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

0 commit comments

Comments
 (0)