Wrap -- with optional argument brackets
This commit is contained in:
parent
47c6a5fce8
commit
82c19729d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue