Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg-query: correct grammar
Bryan Drewery committed 11 years ago
commit 49e16189ae34820323707fb95c83bf149e800384
parent b4b518d
1 file changed +1 -1
modified src/query.c
@@ -955,7 +955,7 @@ exec_query(int argc, char **argv)

	if (pkgdb_obtain_lock(db, PKGDB_LOCK_READONLY) != EPKG_OK) {
		pkgdb_close(db);
-
		warnx("Cannot get an read lock on a database, it is locked by another process");
+
		warnx("Cannot get a read lock on a database, it is locked by another process");
		return (EX_TEMPFAIL);
	}