Changeset 10896 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 25, 2008 11:58:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r10826 r10896 284 284 if (u64Cmd & USAGE_LIST) 285 285 { 286 RTPrintf("VBoxManage list vms|runningvms|ostypes|hostdvds|hostfloppies|\n"); 287 RTPrintf(" "); 288 if (fWin) 289 RTPrintf( "hostifs|"); 290 RTPrintf( "hostinfo|hdds|dvds|floppies|\n" 286 RTPrintf("VBoxManage list vms|runningvms|ostypes|hostdvds|hostfloppies|\n" 287 " hostifs|hostinfo|hdds|dvds|floppies|\n" 291 288 " usbhost|usbfilters|systemproperties\n" 292 289 "\n"); … … 2672 2669 } 2673 2670 } 2674 #ifdef RT_OS_WINDOWS2675 2671 else 2676 2672 if (strcmp(argv[0], "hostifs") == 0) … … 2694 2690 Guid interfaceGuid; 2695 2691 networkInterface->COMGETTER(Id)(interfaceGuid.asOutParam()); 2696 RTPrintf("GUID: %lS\n\n", Bstr(interfaceGuid.toString())); 2697 } 2698 } 2699 } 2700 #endif /* RT_OS_WINDOWS */ 2692 RTPrintf("GUID: %lS\n\n", Bstr(interfaceGuid.toString()).raw()); 2693 } 2694 } 2695 } 2701 2696 else 2702 2697 if (strcmp(argv[0], "hostinfo") == 0)
Note:
See TracChangeset
for help on using the changeset viewer.