Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Trivial grammar fix.
Matthew Seaman committed 12 years ago
commit 3b643374d271037d7d841b158d28003869a55a47
parent 1dfac95
1 file changed +1 -1
modified pkg/delete.c
@@ -156,7 +156,7 @@ exec_delete(int argc, char **argv)
	if ((pkg_jobs_find(jobs, "ports-mgmt/pkg", NULL) == EPKG_OK)
	     && !force) {
		warnx("You are about to delete 'ports-mgmt/pkg' which is really "
-
		    "dangerous, you can't do that without specifying -f");
+
		    "dangerous. You can't do that without specifying -f");
		goto cleanup;
	}