Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
improve error message for remote repo
Andrej Zverev committed 11 years ago
commit 0c36332cfc41791f99d32cfabd60962bfcd85a13
parent f959391
1 file changed +1 -1
modified src/update.c
@@ -57,7 +57,7 @@ pkgcli_update(bool force, bool strict, const char *reponame)
		return (EPKG_OK);

	if (pkg_repos_total_count() == 0) {
-
		fprintf(stderr, "No valid repository found.\n");
+
		fprintf(stderr, "No active remote repositories configured.\n");
		return (EPKG_FATAL);
	}