File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func NewLoginCommand(dockerCli *command.DockerCli) *cobra.Command {
2323
2424 cmd := & cobra.Command {
2525 Use : "login [OPTIONS] [SERVER]" ,
26- Short : "Log in to a Docker registry. " ,
26+ Short : "Log in to a Docker registry" ,
2727 Long : "Log in to a Docker registry.\n If no server is specified, the default is defined by the daemon." ,
2828 Args : cli .RequiresMaxArgs (1 ),
2929 RunE : func (cmd * cobra.Command , args []string ) error {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515func NewLogoutCommand (dockerCli * command.DockerCli ) * cobra.Command {
1616 cmd := & cobra.Command {
1717 Use : "logout [SERVER]" ,
18- Short : "Log out from a Docker registry. " ,
18+ Short : "Log out from a Docker registry" ,
1919 Long : "Log out from a Docker registry.\n If no server is specified, the default is defined by the daemon." ,
2020 Args : cli .RequiresMaxArgs (1 ),
2121 RunE : func (cmd * cobra.Command , args []string ) error {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func newDockerCommand(dockerCli *command.DockerCli) *cobra.Command {
2323
2424 cmd := & cobra.Command {
2525 Use : "docker [OPTIONS] COMMAND [arg...]" ,
26- Short : "A self-sufficient runtime for containers. " ,
26+ Short : "A self-sufficient runtime for containers" ,
2727 SilenceUsage : true ,
2828 SilenceErrors : true ,
2929 TraverseChildren : true ,
You can’t perform that action at this time.
0 commit comments