update error message when starting font editor with no arguments

This commit is contained in:
jacob1 2024-02-09 23:34:51 -05:00
parent c3cd4f1691
commit a250894a12
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -75,7 +75,7 @@ int main(int argc, char * argv[])
}
else
{
std::cerr << "path to font.cpp not supplied" << std::endl;
std::cerr << "path to font.bz2 not supplied" << std::endl;
Platform::Exit(1);
}