Skip to content

Commit 9e878ff

Browse files
authored
Merge pull request #3197 from TylerMSFT/twhitney-fixsyntax
clarify default
2 parents 01e4ea9 + cff3333 commit 9e878ff

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/linux/connectionmanager-reference.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ The functionality of ConnectionManager.exe is also available in Visual Studio. T
3535

3636
Removes a connection. If no arguments are specified, you're prompted to specify which connection to remove.
3737

38-
- **`modify`** \[**`default`** \| *connection_id* \| *user\@host* \[**`--port`** *port*]] \[**`--property`** *key=value*]
38+
- **`modify`** \[*default* \| *connection_id* \| *user\@host* \[**`--port`** *port*]] \[**`--property`** *key=value*]
3939

40-
Defines or modifies a property on a connection. If *value* is empty, then the property *key* is deleted. If authentication fails, no changes will be made.
40+
Defines or modifies a property on a connection.\
41+
If *value* is empty, then the property *key* is deleted.\
42+
If authentication fails, no changes will be made.\
43+
If no connection is specified (what is meant by *default*, above), the user's default remote connection is used.
4144

4245
- **`remove-all`**
4346

0 commit comments

Comments
 (0)