mirror of https://github.com/docker/cli.git
Use '.' directly
Signed-off-by: Wang Long <long.wanglong@huawei.com>
This commit is contained in:
parent
e1beebbeef
commit
076bfc0647
|
@ -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…
Reference in New Issue