Skip to content

Commit

Permalink
Change wording of "signature database is not enabled" error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlopezroche committed Nov 6, 2022
1 parent 2afce5e commit 04bb0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdupes.c
Original file line number Diff line number Diff line change
@@ -1653,7 +1653,7 @@ int main(int argc, char **argv) {
ISFLAG(flags, F_READONLYCACHE) ||
ISFLAG(flags, F_VACUUMCACHE)
) {
errormsg("file signature database is not enabled on this system\n");
errormsg("file signature database is not supported in this fdupes build\n");
exit(1);
}
#else

0 comments on commit 04bb0b6

Please sign in to comment.