VirtualBox

Changeset 77178 in vbox


Ignore:
Timestamp:
Feb 6, 2019 3:15:30 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128665
Message:

VBoxExtPackHelperApp.cpp: Uninstall must handle --forced option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp

    r76553 r77178  
    947947    {
    948948        { "--base-dir",     'b',   RTGETOPT_REQ_STRING },
    949         { "--name",         'n',   RTGETOPT_REQ_STRING }
     949        { "--name",         'n',   RTGETOPT_REQ_STRING },
     950        { "--forced",       'f',   RTGETOPT_REQ_NOTHING },
    950951    };
    951952    RTGETOPTSTATE   GetState;
     
    976977                if (!VBoxExtPackIsValidName(pszName))
    977978                    return RTMsgErrorExit(RTEXITCODE_FAILURE, "Invalid extension pack name: '%s'", pszName);
     979                break;
     980
     981            case 'f':
     982                /* ignored */
    978983                break;
    979984
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette