xbps-bin: improve an error message.

--HG--
extra : convert_revision : 320c701425920003c1eaf498515c32f5d46c57aa
This commit is contained in:
Juan RP 2008-12-21 02:20:21 +01:00
parent 9b3481a3b6
commit 2b70f95033
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ getrepolist_dict(void)
dict = prop_dictionary_internalize_from_file(XBPS_REPOLIST_PATH);
if (dict == NULL) {
printf("cannot find repository list file: %s\n",
printf("ERROR: cannot find repository plist file (%s).\n",
strerror(errno));
exit(EINVAL);
}