This commit is contained in:
Camille Chauvet
2023-12-20 13:41:56 +00:00
parent ca8912c56e
commit 9699c0c218
2 changed files with 10 additions and 11 deletions

View File

@ -5,7 +5,7 @@ int main(int ac, char** av)
{
if (ac != 2)
{
std::cout << "error: missing file" << std::endl;
std::cout << "error: could not open file." << std::endl;
return 1;
}
get_price(std::string(av[1]));