aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/pkg.c
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-10-26 03:21:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-10-26 03:21:08 +0000
commit4ff9a7ef08859caf4ef00b5d9f3ff25f21a7f8fa (patch)
tree92e82771f6e25fc2d567ebdd3b6aa9a30913f38c /usr.sbin/pkg/pkg.c
parent494571986bbb098a7b230d723283b8fe00571614 (diff)
downloadsrc-4ff9a7ef08859caf4ef00b5d9f3ff25f21a7f8fa.tar.gz
src-4ff9a7ef08859caf4ef00b5d9f3ff25f21a7f8fa.zip
Wrap long lines
Approved by: bapt MFC after: 2 days
Notes
Notes: svn path=/head/; revision=257142
Diffstat (limited to 'usr.sbin/pkg/pkg.c')
-rw-r--r--usr.sbin/pkg/pkg.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
index 812ae5383ad3..39ce20752b59 100644
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -267,8 +267,10 @@ bootstrap_pkg(void)
fetchfail:
warnx("Error fetching %s: %s", url, fetchLastErrString);
- fprintf(stderr, "A pre-built version of pkg could not be found for your system.\n");
- fprintf(stderr, "Consider changing PACKAGESITE or installing it from ports: 'ports-mgmt/pkg'.\n");
+ fprintf(stderr, "A pre-built version of pkg could not be found for "
+ "your system.\n");
+ fprintf(stderr, "Consider changing PACKAGESITE or installing it from "
+ "ports: 'ports-mgmt/pkg'.\n");
cleanup:
if (remote != NULL)