Skip to content

Commit 81c40be

Browse files
authored
docs: fix description of wush port-forward (#52)
Signed-off-by: Ilya Grigoriev <[email protected]>
1 parent f7950c4 commit 81c40be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/wush/portforward.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ func portForwardCmd() *serpent.Command {
4141
)
4242
return &serpent.Command{
4343
Use: "port-forward",
44-
Short: "Transfer files.",
45-
Long: "Transfer files to a " + cliui.Code("wush") + " peer.\n" + formatExamples(
44+
Short: "Forward TCP or UDP ports",
45+
Long: "Redirect data between local ports and ports on the remote " + cliui.Code("wush") + " peer.\n" + formatExamples(
4646
example{
4747
Description: "Port forward a single TCP port from 1234 in the peer to port 5678 on your local machine",
4848
Command: "wush port-forward --tcp 5678:1234",

0 commit comments

Comments
 (0)