Skip to content

Commit 62913d6

Browse files
MaciejG604lwronski
andcommitted
Update website/docs/commands/export.md
Co-authored-by: Łukasz Wroński <46607934+lwronski@users.noreply.github.com>
1 parent 36684cd commit 62913d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/commands/export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ To change the build tool version used override the contents of `dest_mill/.mill-
127127
# Exporting to JSON:
128128

129129
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.
130+
By default, exporting with the `--json` option prints to standard output, this can be changed
131+
with `--output` parameter by specifying a directory where to create the `export.json` file.
132132

133133
```bash
134134
scala-cli --power export Hello.scala --json --output=dest_json

0 commit comments

Comments
 (0)