Skip to content

Commit

Permalink
Revert to advice around using pkgfile --update rather than pkgfiled
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Sep 29, 2024
1 parent c0dd73d commit a506e3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pkgfile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ int Pkgfile::Run(const std::vector<std::string>& args) {

const auto repos = DiscoverRepos(options_.cachedir);
if (repos.empty()) {
fputs("error: No repo files found. Please run `pkgfiled -o'.\n", stderr);
fputs("error: No repo files found. Please run `pkgfile --update.\n",
stderr);
}

const std::string& input = args[0];
Expand Down

0 comments on commit a506e3f

Please sign in to comment.