mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
82130b725d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ func noArgs(cmd *cobra.Command, args []string) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
return fmt.Errorf(
|
return fmt.Errorf(
|
||||||
"docker: '%s' is not a docker command.\nSee 'docker --help'%s", args[0], ".")
|
"docker: '%s' is not a docker command.\nSee 'docker --help'.", args[0])
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue