clarifying error message

This commit is contained in:
EntireTwix 2022-02-16 16:26:56 -08:00
parent e8576b76f8
commit 46c97fd813

View file

@ -38,7 +38,7 @@ int main(int argc, char **argv)
}
else
{
std::cerr << "File cannot be created\n";
std::cerr << "File cannot be created (may already exist)\n";
}
return 0;
}