Skip to content

Commit

Permalink
auth ssh command had out of date switch in long description (#2711) […
Browse files Browse the repository at this point in the history
…skip ci][ci skip]
  • Loading branch information
chellman committed Dec 27, 2020
1 parent d8a2e49 commit 95a6f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ddev/cmd/auth-ssh.go
Expand Up @@ -21,7 +21,7 @@ var sshKeyPath string
var AuthSSHCommand = &cobra.Command{
Use: "ssh",
Short: "Add ssh key authentication to the ddev-ssh-auth container",
Long: `Use this command to provide the password to your ssh key to the ddev-ssh-agent container, where it can be used by other containers. Normal usage is just "ddev auth ssh", or if your key is not in ~/.ssh, ddev auth ssh --keydir=/some/path/.ssh"`,
Long: `Use this command to provide the password to your ssh key to the ddev-ssh-agent container, where it can be used by other containers. Normal usage is just "ddev auth ssh", or if your key is not in ~/.ssh, ddev auth ssh --ssh-key-path=/some/path/.ssh"`,
Example: `ddev auth ssh`,
Run: func(cmd *cobra.Command, args []string) {
var err error
Expand Down

0 comments on commit 95a6f48

Please sign in to comment.