diff --git a/zsnes/src/parsegen.cpp b/zsnes/src/parsegen.cpp index 2a9151e3..16589746 100644 --- a/zsnes/src/parsegen.cpp +++ b/zsnes/src/parsegen.cpp @@ -1013,7 +1013,7 @@ int main(size_t argc, const char **argv) << "\n" << "Options:\n" << "\n" - << " -Ddefine Define a processor director. Example: -D__UNIXSDL__\n" + << " -Ddefine Define a processor director. Example: -D__MSDOS__\n" << " Can specify multiple defines.\n" << "\n" << " -cheader Create a C/C++ header with the following name.\n"