From a53eb53ad4c6850ce13234b123b122c16796e1c7 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Thu, 19 Aug 2021 10:10:30 +0100 Subject: [PATCH] cmd/ghcs/ports: Fix usage docs for the new `source:forward` syntax Co-authored-by: George Brocklehurst --- cmd/ghcs/ports.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ghcs/ports.go b/cmd/ghcs/ports.go index 0f2460e0a..09397af54 100644 --- a/cmd/ghcs/ports.go +++ b/cmd/ghcs/ports.go @@ -241,7 +241,7 @@ func updatePortVisibility(log *output.Logger, codespaceName, sourcePort string, func NewPortsForwardCmd() *cobra.Command { return &cobra.Command{ - Use: "forward ", + Use: "forward :", Short: "Forward ports", Args: cobra.MinimumNArgs(2), RunE: func(cmd *cobra.Command, args []string) error {