Skip to content

Commit

Permalink
update. comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed Aug 11, 2024
1 parent 42b0cfe commit 47f203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lssh/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ USAGE:
cli.StringSliceFlag{Name: "host,H", Usage: "connect `servername`."},
cli.StringFlag{Name: "file,F", Value: defConf, Usage: "config `filepath`."},

// port forward option
// port forward (with dynamic forward) option
cli.StringSliceFlag{Name: "L", Usage: "Local port forward mode.Specify a `[bind_address:]port:remote_address:port`. Only single connection works."},
cli.StringSliceFlag{Name: "R", Usage: "Remote port forward mode.Specify a `[bind_address:]port:remote_address:port`. If only one port is specified, it will operate as Reverse Dynamic Forward. Only single connection works."},
cli.StringFlag{Name: "D", Usage: "Dynamic port forward mode(Socks5). Specify a `port`. Only single connection works."},
Expand Down

0 comments on commit 47f203d

Please sign in to comment.