small update to description
This commit is contained in:
parent
5fe84c6121
commit
b5670252de
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ func updatePortVisibility(log *output.Logger, codespaceName, sourcePort string,
|
|||
func NewPortsForwardCmd() *cobra.Command {
|
||||
return &cobra.Command{
|
||||
Use: "forward <codespace> <source-port> <destination-port>",
|
||||
Short: "Forward port",
|
||||
Short: "Forward ports",
|
||||
Args: cobra.MinimumNArgs(2),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
log := output.NewLogger(os.Stdout, os.Stderr, false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue