VirtualBox

Changeset 39120 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 26, 2011 1:08:13 PM (13 years ago)
Author:
vboxsync
Message:

VBoxManage: added a list sub-command to snapshot: snapshot myvm list

File:
1 edited

Legend:

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

    r39119 r39120  
    177177    RTGETOPTUNION ValueUnion;
    178178    RTGETOPTSTATE GetState;
    179     // start at 0 because main() has hacked both the argc and argv given to us
    180179    RTGetOptInit(&GetState, pArgs->argc, pArgs->argv, g_aOptions, RT_ELEMENTS(g_aOptions), 2 /*iArg*/, 0 /*fFlags*/);
    181180    while ((c = RTGetOpt(&GetState, &ValueUnion)))
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