VirtualBox

Changeset 94238 in vbox


Ignore:
Timestamp:
Mar 15, 2022 9:44:00 AM (3 years ago)
Author:
vboxsync
Message:

FE/VBoxManage: Some missing conversion of errorSyntax in VBoxManageCloud.cpp, ​bugref:9186 [scm fix]

File:
1 edited

Legend:

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

    r94072 r94238  
    7272    if (bstrProvider.isEmpty())
    7373    {
    74         errorSyntax(USAGE_S_NEWCMD, Cloud::tr("Parameter --provider is required"));
     74        errorSyntax(Cloud::tr("Parameter --provider is required"));
    7575        return E_FAIL;
    7676    }
    7777    if (bstrProfile.isEmpty())
    7878    {
    79         errorSyntax(USAGE_S_NEWCMD, Cloud::tr("Parameter --profile is required"));
     79        errorSyntax(Cloud::tr("Parameter --profile is required"));
    8080        return E_FAIL;
    8181    }
     
    219219            RTPrintf(Cloud::tr("Found the compartment \'%s\':\n"), strCompartmentId.c_str());
    220220        else
    221             return errorSyntax(USAGE_S_NEWCMD, Cloud::tr("Parameter --compartment-id is required"));
     221            return errorSyntax(Cloud::tr("Parameter --compartment-id is required"));
    222222    }
    223223
     
    380380            RTPrintf(Cloud::tr("Found the compartment \'%s\':\n"), strCompartmentId.c_str());
    381381        else
    382             return errorSyntax(USAGE_S_NEWCMD, Cloud::tr("Parameter --compartment-id is required"));
     382            return errorSyntax(Cloud::tr("Parameter --compartment-id is required"));
    383383    }
    384384
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