mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-23 13:51:09 -05:00
Print out build date of software and note that this is the 68kmla version on the startup banner
This commit is contained in:
@@ -94,7 +94,8 @@ int main(int argc, char* argv[])
|
||||
fprintf(stderr, " FILE := image file path\n");
|
||||
fprintf(stderr, " CMD is 'attach' or 'insert' and FILE parameter is required.\n");
|
||||
fprintf(stderr, "Usage: %s -l\n", argv[0]);
|
||||
fprintf(stderr, " Print device list.\n");
|
||||
fprintf(stderr, " Print device list.\n\n");
|
||||
fprintf(stderr,"Build on %s at %s\n", __DATE__, __TIME__);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user