-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,13 +77,15 @@ Using `-c` to set more config options. For convenience, `-i xxx` can instead of | |
```shell | ||
# manssh list | ||
# manssh list "*" | ||
# manssh list Test -ic | ||
% manssh list test1 77 | ||
✔ Listing 1 records. | ||
|
||
test1 -> [email protected]:77 | ||
identityfile = /Users/wendell/.ssh/wendell | ||
``` | ||
It will display all alias records If no params offered, or it will using params as keywords query alias records. | ||
It will display all alias records If no params offered, or it will using params as keywords query alias records.<br/> | ||
If there is a `-it` option, it will ignore case when searching. | ||
|
||
### Update an alias | ||
```shell | ||
|