Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add missing space when running pkg delete pkg
Bryan Drewery committed 13 years ago
commit 2914745aee1857ef0e9926bff4c3e183997c087e
parent df4fa48d3a465f58eb842ec6e9acdefb33325666
1 file changed +1 -1
modified pkg/delete.c
@@ -134,7 +134,7 @@ exec_delete(int argc, char **argv)
		pkg = NULL;
	}
	if (haspkg && !force) {
-
		warnx("You are about to delete 'ports-mgmt/pkg' which is really"
+
		warnx("You are about to delete 'ports-mgmt/pkg' which is really "
		    "dangerous, you can't do that without specifying -f");
		goto cleanup;
	}