diff --git a/cmd/ghcs/ssh.go b/cmd/ghcs/ssh.go index 390fc25c8..e459f265a 100644 --- a/cmd/ghcs/ssh.go +++ b/cmd/ghcs/ssh.go @@ -18,7 +18,7 @@ func newSSHCmd() *cobra.Command { var sshServerPort int sshCmd := &cobra.Command{ - Use: "ssh [flags] -- [ssh-flags] [command]", + Use: "ssh [flags] [--] [ssh-flags] [command]", Short: "SSH into a codespace", RunE: func(cmd *cobra.Command, args []string) error { return ssh(context.Background(), args, sshProfile, codespaceName, sshServerPort)