Changeset 20313 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jun 5, 2009 11:00:32 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48212
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r20294 r20313 462 462 } 463 463 #endif 464 #ifdef VBOX_WITH_HEADLESS 464 465 else if (!RTStrICmp(ValueUnion.psz, "capture")) 465 466 { 466 467 sessionType = "capture"; 467 468 } 469 else if (!RTStrICmp(ValueUnion.psz, "headless")) 470 { 471 sessionType = "headless"; 472 } 473 #endif 468 474 else 469 475 return errorArgument("Invalid session type '%s'", ValueUnion.psz); -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r20054 r20313 259 259 { 260 260 RTPrintf("VBoxManage startvm <uuid>|<name>\n"); 261 RTPrintf(" [--type gui"); 261 262 if (fVRDP) 262 RTPrintf(" [--type gui|vrdp]\n"); 263 RTPrintf( "|vrdp"); 264 RTPrintf( "|headless]\n"); 263 265 RTPrintf("\n"); 264 266 }
Note:
See TracChangeset
for help on using the changeset viewer.