From 65008e03e77b851342d678e7ae1054cdceb69950 Mon Sep 17 00:00:00 2001 From: Gavin Atkinson Date: Sat, 19 Oct 2013 15:36:21 +0000 Subject: [PATCH] Improve bootstrapping message MFC after: 3 days --- usr.sbin/pkg/pkg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c index 0aef3da2099c..6be84f83335b 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");