mirror of
https://github.com/Gu1llaum-3/sshm.git
synced 2025-09-07 13:20:40 +02:00
Command sshm connect deleted
This commit is contained in:
parent
ea27b28f30
commit
7cee21611d
@ -42,7 +42,6 @@ sshm_help() {
|
||||
cat<<EOF | column -t -s $'\t'
|
||||
<host> Connect directly to SSH host by name
|
||||
list List SSH hosts and prompt for connection
|
||||
connect <number|name> Connect to SSH host by number or name
|
||||
ping <name> Ping an SSH host to check availability
|
||||
view <name> Check configuration of host
|
||||
delete <name> Delete an SSH host from the configuration
|
||||
@ -356,9 +355,6 @@ sshm_main() {
|
||||
"list")
|
||||
sshm_list "$config_file"
|
||||
;;
|
||||
"connect")
|
||||
sshm_connect "$config_file" "$@"
|
||||
;;
|
||||
"ping")
|
||||
sshm_ping "$config_file" "$@"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user