- Timestamp:
- Nov 26, 2008 2:06:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r14613 r14615 33 33 34 34 #include <VBox/com/VirtualBox.h> 35 36 #include <stdlib.h>37 35 38 36 #include <vector> … … 6001 5999 /* Print version number, and do nothing else. */ 6002 6000 RTPrintf("%sr%d\n", VBOX_VERSION_STRING, VBoxSVNRev ()); 6003 exit(0);6001 return 0; 6004 6002 } 6005 6003 else if (strcmp(argv[i], "-dumpopts") == 0)
Note:
See TracChangeset
for help on using the changeset viewer.