diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c index 0aef3da2099..6be84f83335 100644 --- a/usr.sbin/pkg/pkg.c +++ b/usr.sbin/pkg/pkg.c @@ -157,7 +157,7 @@ bootstrap_pkg(void) config = NULL; current = mirrors = NULL; - printf("Bootstrapping pkg please wait\n"); + printf("Bootstrapping pkg, please wait...\n"); if (config_string(PACKAGESITE, &packagesite) != 0) { warnx("No PACKAGESITE defined");