VirtualBox

Changeset 38011 in vbox


Ignore:
Timestamp:
Jul 18, 2011 11:57:29 AM (13 years ago)
Author:
vboxsync
Message:

FE/CLI: correct spelling

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

Legend:

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

    r37971 r38011  
    335335                     "VBoxManage clonevm          <uuid>|<name>\n"
    336336                     "                            [--snapshot <uuid>|<name>]\n"
    337                      "                            [--mode machine|machineandchilds|all]\n"
     337                     "                            [--mode machine|machineandchildren|all]\n"
    338338                     "                            [--options link|keepallmacs|keepnatmacs|\n"
    339339                     "                                       keepdisknames]\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r37971 r38011  
    282282    if (!RTStrICmp(psz, "machine"))
    283283        *pMode = CloneMode_MachineState;
    284     else if (!RTStrICmp(psz, "machineandchilds"))
     284    else if (!RTStrICmp(psz, "machineandchildren"))
    285285        *pMode = CloneMode_MachineAndChildStates;
    286286    else if (!RTStrICmp(psz, "all"))
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