Changeset 55803 in vbox
- Timestamp:
- May 11, 2015 2:38:52 PM (9 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
-
globals/VBoxGlobal.cpp (modified) (1 diff)
-
main.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r55800 r55803 4068 4068 mRestoreCurrentSnapshot = true; 4069 4069 /* Ad hoc VM reconfig options: */ 4070 else if (!::strcmp(arg, "--fd c"))4070 else if (!::strcmp(arg, "--fda")) 4071 4071 { 4072 4072 if (++i < argc) -
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r55678 r55803 241 241 " --restore-current restore the current snapshot before starting\n" 242 242 " --no-aggressive-caching delays caching media info in VM processes\n" 243 " --fd c<image|none> Mount the specified floppy image\n"243 " --fda <image|none> Mount the specified floppy image\n" 244 244 " --dvd <image|none> Mount the specified DVD image\n" 245 245 # ifdef VBOX_GUI_WITH_PIDFILE
Note:
See TracChangeset
for help on using the changeset viewer.

