Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Trivial grammar fix.
Matthew Seaman committed 12 years ago
commit 3b643374d271037d7d841b158d28003869a55a47
parent 1dfac95c0a2dfcde59070bc871cd51ec3302f627
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;
	}