We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7871a7f commit 3e455d7Copy full SHA for 3e455d7
1 file changed
runtime/reference/cli/bundle.md
@@ -14,7 +14,7 @@ JavaScript file.
14
## Basic usage
15
16
```sh
17
-deno bundle main.ts output.js
+deno bundle -o output.js main.ts
18
```
19
20
The output file can then be run with Deno or in other JavaScript runtimes:
0 commit comments