VirtualBox

Changeset 17090 in vbox


Ignore:
Timestamp:
Feb 24, 2009 7:39:36 PM (16 years ago)
Author:
vboxsync
Message:

VBoxManage: make 'list runningvms' act like 'list vms'

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r17081 r17090  
    320320    if (u64Cmd & USAGE_EXPORTAPPLIANCE)
    321321    {
    322         RTPrintf("VBoxManage export           <machines> -o <ovf>\n"
     322        RTPrintf("VBoxManage export           <machines> [--output|-o] <ovf>\n"
    323323                 "\n");
    324324    }
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r17078 r17090  
    205205                                case MachineState_Running:
    206206                                case MachineState_Paused:
    207                                     {
    208                                         Guid uuid;
    209                                         rc = machines [i]->COMGETTER(Id) (uuid.asOutParam());
    210                                         if (SUCCEEDED(rc))
    211                                             RTPrintf ("%s\n", uuid.toString().raw());
    212                                         break;
    213                                     }
     207                                    rc = showVMInfo(a->virtualBox,
     208                                                    machines[i],
     209                                                    (fOptLong) ? VMINFO_STANDARD : VMINFO_COMPACT);
    214210                            }
    215211                        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette