Skip to content

Commit

Permalink
Update cmd/podman/login.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Cui <[email protected]>
Signed-off-by: Daniel J Walsh <[email protected]>
  • Loading branch information
rhatdan and ashley-cui authored Jul 12, 2023
1 parent d497eb3 commit d195086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func init() {
// Podman flags.
secretFlagName := "secret"
flags.BoolVar(&loginOptions.tlsVerify, "tls-verify", false, "Require HTTPS and verify certificates when contacting registries")
flags.String(secretFlagName, "", "Retrieve passwd from secret file")
flags.String(secretFlagName, "", "Retrieve password from a podman secret")
_ = loginCommand.RegisterFlagCompletionFunc(secretFlagName, common.AutocompleteSecrets)

loginOptions.Stdin = os.Stdin
Expand Down

0 comments on commit d195086

Please sign in to comment.