From eddfedb6c3547061ee5586285f91e4fee7dad03e Mon Sep 17 00:00:00 2001 From: zlax Date: Sat, 11 Jun 2022 11:51:19 +0300 Subject: [PATCH] parallel command execution for aliases and groups --- sshch/sshch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshch/sshch b/sshch/sshch index 507548c..409c709 100755 --- a/sshch/sshch +++ b/sshch/sshch @@ -527,7 +527,7 @@ def CursesMain(): " 'space'/'insert' - select\n", " 'r'/'F8' - remove selected alias/aliases\n", " 'c'/'F3' - execute specific command with selected alias/aliases\n", - " 't'/'F11' - parallel execute command with selected aliases and groups", + " 't'/'F11' - parallel command execution for aliases and groups\n", " 'k'/'F7' - hold connection with selected alias\n", " 'enter'/'F9' - connect to selected alias/aliases,\n", " expand/collapse group\n",