VirtualBox

Changeset 56691 in vbox for trunk


Ignore:
Timestamp:
Jun 29, 2015 8:49:29 PM (9 years ago)
Author:
vboxsync
Message:

VBoxManage guestcontrol mkdir: arg parsing fix.

File:
1 edited

Legend:

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

    r56119 r56691  
    29082908    RTGETOPTUNION ValueUnion;
    29092909    RTGETOPTSTATE GetState;
    2910     RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 2, RTGETOPTINIT_FLAGS_OPTS_FIRST);
     2910    RTGetOptInit(&GetState, argc, argv, s_aOptions, RT_ELEMENTS(s_aOptions), 1, RTGETOPTINIT_FLAGS_OPTS_FIRST);
    29112911
    29122912    SafeArray<DirectoryCreateFlag_T> dirCreateFlags;
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