Skip to content

Commit faf3a92

Browse files
committed
update README 2
1 parent 243d4bb commit faf3a92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/assets/header.png

93 Bytes
Loading

internal/tui/tui.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ func DisplaySSHConfig(configs []ssh.SSHConfig) {
5454
SetTextColor(tcell.ColorYellow).
5555
SetAlign(tview.AlignLeft).
5656
SetSelectable(false))
57-
header.SetCell(1, 1, tview.NewTableCell("Copy local file to selected remote").
57+
header.SetCell(1, 1, tview.NewTableCell("Copy local file to selected remote(s)").
5858
SetTextColor(tcell.ColorPurple).
5959
SetAlign(tview.AlignLeft).
6060
SetSelectable(false))
6161
header.SetCell(2, 0, tview.NewTableCell("<shift>+c:").
6262
SetTextColor(tcell.ColorYellow).
6363
SetAlign(tview.AlignLeft).
6464
SetSelectable(false))
65-
header.SetCell(2, 1, tview.NewTableCell("Copy from selected remote file to local").
65+
header.SetCell(2, 1, tview.NewTableCell("Copy from selected remote to local file(s)").
6666
SetTextColor(tcell.ColorPurple).
6767
SetAlign(tview.AlignLeft).
6868
SetSelectable(false))
@@ -86,7 +86,7 @@ func DisplaySSHConfig(configs []ssh.SSHConfig) {
8686
SetTextColor(tcell.ColorBlue).
8787
SetAlign(tview.AlignLeft).
8888
SetSelectable(false))
89-
header.SetCell(5, 1, tview.NewTableCell("Clear all multi selected host").
89+
header.SetCell(5, 1, tview.NewTableCell("Clear all multi selected hosts").
9090
SetTextColor(tcell.ColorPurple).
9191
SetAlign(tview.AlignLeft).
9292
SetSelectable(false))

0 commit comments

Comments
 (0)