small update to description

This commit is contained in:
Jose Garcia 2021-08-17 12:58:46 +00:00 committed by GitHub
parent 5fe84c6121
commit b5670252de

View file

@ -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)