You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ To upload a new dataset:
51
51
deno run -A jsr:@openneuro/cli upload --affirmDefaced path/to/dataset
52
52
```
53
53
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`.
55
55
56
56
To resume an interrupted upload or add files to an existing dataset:
0 commit comments