Skip to content

Commit a9cb4a4

Browse files
authored
Merge pull request #78 from timsneath/patch-4
Update command-line-parameter-examples.md
2 parents 570886b + 428663d commit a9cb4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/command-line-parameter-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ vs_enterprise.exe modify ^
9696
```
9797

9898
> [!NOTE]
99-
> You can use the `^` character at the end of a command line to concatenate multiple lines into a single command. Alternatively, you can simply place these lines together onto a single row.
99+
> You can use the `^` character at the end of a command line to concatenate multiple lines into a single command. Alternatively, you can simply place these lines together onto a single row. In PowerShell, the equivalent is the backtick (`` ` ``) character.
100100
101101
## See also
102102

0 commit comments

Comments
 (0)