Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
s/Deinstalling/Deleting/ for consistency sake (command is pkg delete not pkg deinstall)
Baptiste Daroussin committed 13 years ago
commit 0a40b0b8aee414f67567ba7f212065c2dc0e4ff7
parent 0441dfc
1 file changed +1 -1
modified pkg/event.c
@@ -116,7 +116,7 @@ event_callback(void *data, struct pkg_event *ev)
			break;
		pkg_get(ev->e_deinstall_begin.pkg, PKG_NAME, &name,
		    PKG_VERSION, &version);
-
		printf("Deinstalling %s-%s...", name, version);
+
		printf("Deleting %s-%s...", name, version);
		break;
	case PKG_EVENT_DEINSTALL_FINISHED:
		if (quiet)