Use '.' directly
Signed-off-by: Wang Long <long.wanglong@huawei.com> Upstream-commit: 2b7f7e9aff9e402daa2c561b561178f46769d1c8 Component: engine
This commit is contained in:
@@ -79,7 +79,7 @@ func noArgs(cmd *cobra.Command, args []string) error {
|
||||
return nil
|
||||
}
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user