Changeset 14198 in vbox
- Timestamp:
- Nov 14, 2008 7:55:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp
r13601 r14198 176 176 "Usage:\n" 177 177 " -startvm <vmname|UUID> start a VM by specifying its UUID or name\n" 178 " -rmode %-19s select different render mode (default is %s)\n", 178 " -rmode %-19s select different render mode (default is %s)\n" 179 # ifdef VBOX_WITH_DEBUGGER_GUI 180 " -dbg enable the GUI debug menu\n" 181 " -debug like -dbg and show debug windows at VM startup\n" 182 " -no-debug disable the GUI debug menu and debug windows\n" 183 "\n" 184 "The following environment variables are evaluated:\n" 185 " VBOX_GUI_DBG_ENABLED enable the GUI debug menu if set\n" 186 " VBOX_GUI_DBG_AUTO_SHOW show debug windows at VM startup\n" 187 " VBOX_GUI_NO_DEBUGGER disable the GUI debug menu and debug windows\n" 188 # endif 189 "\n", 179 190 mode.toLatin1().constData(), 180 191 dflt.toLatin1().constData());
Note:
See TracChangeset
for help on using the changeset viewer.