Skip to content

Commit 6d93454

Browse files
author
Colin Robertson
committed
Acrolinx pass
1 parent 032e1bb commit 6d93454

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/build/reference/connectionmanager-reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ helpviewer_keywords: ["ConnectionManager program"]
66
---
77
# ConnectionManager reference
88

9-
ConnectionManager.exe is a command-line utility to manage remote development connections outside of Visual Studio. You may find it useful for tasks such as provisioning a new development machine, or setting up Visual Studio for continuous integration. You can use it in a Developer Command Prompt window. For more information about the Developer Command Prompt, see [Use the Microsoft C++ toolset from the command line](..\building-on-the-command-line.md).
9+
ConnectionManager.exe is a command-line utility to manage remote development connections outside of Visual Studio. It's useful for tasks such as provisioning a new development machine. Or, use it to set up Visual Studio for continuous integration. You can use it in a Developer Command Prompt window. For more information about the Developer Command Prompt, see [Use the Microsoft C++ toolset from the command line](..\building-on-the-command-line.md).
1010

1111
ConnectionManager.exe is available in Visual Studio 2019 version 16.5 and later. It's installed automatically when you choose the **Connection Manager** component in the Visual Studio Installer. By default, it's installed in *%VCIDEInstallDir%\\Linux\\bin\\ConnectionManager.exe*.
1212

@@ -20,19 +20,19 @@ The functionality of ConnectionManager.exe is also available in Visual Studio. T
2020

2121
- **add** *user@host* \[**--port** *port*] \[**--password** *password*] \[**--privatekey** *privatekey_file*]
2222

23-
Authenticates and adds a new connection. By default, it uses port 22 and password authentication. (You are prompted to enter a password). Use both **--password** and **--privatekey** to specify a password for a private key.
23+
Authenticates and adds a new connection. By default, it uses port 22 and password authentication. (You'll be prompted to enter a password.) Use both **--password** and **--privatekey** to specify a password for a private key.
2424

2525
- **remove** \[*connection_id* \| *user@host* \[**--port** *port*]]
2626

27-
Removes a connection. If no arguments are specified, you are prompted to specify which connection to remove.
27+
Removes a connection. If no arguments are specified, you're prompted to specify which connection to remove.
2828

2929
- **remove-all**
3030

3131
Removes all stored connections.
3232

3333
- **list**
3434

35-
Displays information and ids of all stored connections.
35+
Displays information and IDs of all stored connections.
3636

3737
- **help**
3838

@@ -46,7 +46,7 @@ The functionality of ConnectionManager.exe is also available in Visual Studio. T
4646

4747
- **-q**, **--quiet**
4848

49-
Do not output to stdout or stderr.
49+
Prevents output to `stdout` or `stderr`.
5050

5151
- **--no-prompt**
5252

@@ -66,7 +66,7 @@ The functionality of ConnectionManager.exe is also available in Visual Studio. T
6666

6767
- **-n**, **--dry-run**
6868

69-
Perform a dry-run of the command.
69+
Does a dry run of the command.
7070

7171
- **-p**
7272

0 commit comments

Comments
 (0)