Skip to content

Commit 26bb743

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
clarify default
1 parent 01e4ea9 commit 26bb743

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 mean by the *default* option, above), the user's default remote connection is used.
4144

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

0 commit comments

Comments
 (0)