Skip to content

Commit 82c1972

Browse files
committed
Wrap -- with optional argument brackets
1 parent 47c6a5f commit 82c1972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ghcs/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func newSSHCmd() *cobra.Command {
1818
var sshServerPort int
1919

2020
sshCmd := &cobra.Command{
21-
Use: "ssh [flags] -- [ssh-flags] [command]",
21+
Use: "ssh [flags] [--] [ssh-flags] [command]",
2222
Short: "SSH into a codespace",
2323
RunE: func(cmd *cobra.Command, args []string) error {
2424
return ssh(context.Background(), args, sshProfile, codespaceName, sshServerPort)

0 commit comments

Comments
 (0)