Skip to content

Commit 0ac4b33

Browse files
alexsch01targos
authored andcommitted
doc: correct line break for Windows terminals
PR-URL: #48083 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Claudio Wunder <[email protected]>
1 parent 8d2a3b1 commit 0ac4b33

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/api/single-executable-applications.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,15 @@ tool, [postject][]:
105105
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
106106
```
107107

108-
* On Windows:
109-
```bash
110-
npx postject hello.exe NODE_SEA_BLOB sea-prep.blob \
108+
* On Windows - PowerShell:
109+
```powershell
110+
npx postject hello.exe NODE_SEA_BLOB sea-prep.blob `
111+
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
112+
```
113+
114+
* On Windows - Command Prompt:
115+
```text
116+
npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ^
111117
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
112118
```
113119

0 commit comments

Comments
 (0)