We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wush port-forward
1 parent f7950c4 commit 81c40beCopy full SHA for 81c40be
cmd/wush/portforward.go
@@ -41,8 +41,8 @@ func portForwardCmd() *serpent.Command {
41
)
42
return &serpent.Command{
43
Use: "port-forward",
44
- Short: "Transfer files.",
45
- Long: "Transfer files to a " + cliui.Code("wush") + " peer.\n" + formatExamples(
+ Short: "Forward TCP or UDP ports",
+ Long: "Redirect data between local ports and ports on the remote " + cliui.Code("wush") + " peer.\n" + formatExamples(
46
example{
47
Description: "Port forward a single TCP port from 1234 in the peer to port 5678 on your local machine",
48
Command: "wush port-forward --tcp 5678:1234",
0 commit comments