Skip to content

Commit

Permalink
Remove a space
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwonsong committed Jul 20, 2022
1 parent abede33 commit 5b6f08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crane/cmd/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func NewCmdAuthGet(options []crane.Option, argv ...string) *cobra.Command {
eg := fmt.Sprintf(` # Read configured credentials for reg.example.com
$ echo "reg.example.com" | %s get
{"username":"AzureDiamond","password":"hunter2"}
# or
# or
$ %s get reg.example.com
{"username":"AzureDiamond","password":"hunter2"}`, baseCmd, baseCmd)

Expand Down

0 comments on commit 5b6f08f

Please sign in to comment.