Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add missing space when running pkg delete pkg
Bryan Drewery committed 13 years ago
commit 2914745aee1857ef0e9926bff4c3e183997c087e
parent df4fa48
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;
	}