VirtualBox

Ignore:
Timestamp:
Jul 7, 2015 10:54:15 AM (9 years ago)
Author:
vboxsync
Message:

doc/manual, VBoxManage: document VBoxManage controlvm videocapX options

File:
1 edited

Legend:

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

    r56831 r56834  
    27882788                if (RT_FAILURE(vrc) || vrc != VWRN_TRAILING_CHARS || !pszNext || *pszNext != 'x')
    27892789                {
    2790                     errorArgument("Error parsing geomtry '%s' (expected WIDTHxHEIGHT)", ValueUnion.psz);
     2790                    errorArgument("Error parsing geomtry '%s' (expected <width>x<height>)", ValueUnion.psz);
    27912791                    rc = E_FAIL;
    27922792                    break;
     
    27962796                if (vrc != VINF_SUCCESS)
    27972797                {
    2798                     errorArgument("Error parsing geomtry '%s' (expected WIDTHxHEIGHT)", ValueUnion.psz);
     2798                    errorArgument("Error parsing geomtry '%s' (expected <width>x<height>)", ValueUnion.psz);
    27992799                    rc = E_FAIL;
    28002800                    break;
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