diff options
Diffstat (limited to 'scummvm.cpp')
-rw-r--r-- | scummvm.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scummvm.cpp b/scummvm.cpp index 75e22bd511..a6fe62322b 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -379,6 +379,9 @@ void Scumm::parseCommandLine(int argc, char **argv) { case 'f': _fullScreen = true; break; + case 'v': + printf("ScummVM " SCUMMVM_VERSION "\nBuilt on " __TIMESTAMP__ "\n"); + exit(1); default: ShowHelpAndExit:; printf( |