Skip to content

Commit

Permalink
Merge pull request #143 from thaJeztah/remove-email-flag
Browse files Browse the repository at this point in the history
Remove deprecated -e/--email flag from docker login
  • Loading branch information
thaJeztah authored Jun 2, 2017
2 parents 30af879 + 8b383d2 commit a0066a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/command/registry/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ func NewLoginCommand(dockerCli command.Cli) *cobra.Command {
flags.StringVarP(&opts.user, "username", "u", "", "Username")
flags.StringVarP(&opts.password, "password", "p", "", "Password")

// Deprecated in 1.11: Should be removed in docker 17.06
flags.StringVarP(&opts.email, "email", "e", "", "Email")
flags.MarkDeprecated("email", "will be removed in 17.06.")

return cmd
}

Expand Down

0 comments on commit a0066a1

Please sign in to comment.