mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-03-12 18:30:41 +00:00
append build date at the end of help
This commit is contained in:
parent
5777129302
commit
756021f267
@ -410,6 +410,7 @@ static void usage(const char *prg_name)
|
||||
);
|
||||
LoadPrefs(NULL); // read the prefs file so PrefsPrintUsage() will print the correct default values
|
||||
PrefsPrintUsage();
|
||||
printf("\nBuild Date: %s\n", __DATE__);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
@ -217,6 +217,7 @@ static void usage(const char *prg_name)
|
||||
);
|
||||
LoadPrefs(NULL); // read the prefs file so PrefsPrintUsage() will print the correct default values
|
||||
PrefsPrintUsage();
|
||||
printf("\nBuild Date: %s\n", __DATE__);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
@ -375,6 +375,7 @@ static void usage(const char *prg_name)
|
||||
printf("\nUnix options:\n");
|
||||
printf(" --display STRING\n X display to use\n");
|
||||
PrefsPrintUsage();
|
||||
printf("\nBuild Date: %s\n", __DATE__);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
@ -158,6 +158,7 @@ static void usage(const char *prg_name)
|
||||
printf("\nUnix options:\n");
|
||||
printf(" --display STRING\n X display to use\n");
|
||||
PrefsPrintUsage();
|
||||
printf("\nBuild Date: %s\n", __DATE__);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user