There was an error while loading. Please reload this page.
1 parent 36684cd commit 62913d6Copy full SHA for 62913d6
website/docs/commands/export.md
@@ -127,8 +127,8 @@ To change the build tool version used override the contents of `dest_mill/.mill-
127
# Exporting to JSON:
128
129
To export project information in a human-comprehensible format, use the `--json` flag.
130
-The default behaviour of export with `--json` provided is pritning to the standard output, this can be changed
131
-with `--output` by specifying a directory where to create the `export.json` file.
+By default, exporting with the `--json` option prints to standard output, this can be changed
+with `--output` parameter by specifying a directory where to create the `export.json` file.
132
133
```bash
134
scala-cli --power export Hello.scala --json --output=dest_json
0 commit comments