VirtualBox

Changeset 99784 in vbox


Ignore:
Timestamp:
May 12, 2023 3:34:16 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157392
Message:

Guest Control/VBoxManage + FE/Qt: Fixed parameter (--ignore-operhaned-processes -> --ignore-orphaned-processes, the docs were correct though). bugref:9320

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

Legend:

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

    r99775 r99784  
    11761176        { "--timeout",                      't',                                      RTGETOPT_REQ_UINT32  },
    11771177        { "--unquoted-args",                'u',                                      RTGETOPT_REQ_NOTHING },
    1178         { "--ignore-operhaned-processes",   kGstCtrlRunOpt_IgnoreOrphanedProcesses,   RTGETOPT_REQ_NOTHING },
     1178        { "--ignore-orphaned-processes",    kGstCtrlRunOpt_IgnoreOrphanedProcesses,   RTGETOPT_REQ_NOTHING },
    11791179        { "--no-profile",                   kGstCtrlRunOpt_NoProfile,                 RTGETOPT_REQ_NOTHING }, /** @todo Deprecated. */
    11801180        { "--profile",                      kGstCtrlRunOpt_Profile,                   RTGETOPT_REQ_NOTHING },
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlInterface.cpp

    r99150 r99784  
    183183                "\t\t[--sessionid <id> |  [sessionname <name>]]\n"
    184184                "\t\t[-E|--putenv <NAME>[=<VALUE>]] [--unquoted-args]\n"
    185                 "\t\t[--ignore-operhaned-processes] [--profile]\n"
     185                "\t\t[--ignore-orphaned-processes] [--profile]\n"
    186186                "\t\t-- <program/arg0> [argument1] ... [argumentN]]\n"
    187187                "createsession\t\t[common-options]  [--sessionname <name>]\n"
     
    414414        { "--timeout",                      't',                                      RTGETOPT_REQ_UINT32  },
    415415        { "--unquoted-args",                'u',                                      RTGETOPT_REQ_NOTHING },
    416         { "--ignore-operhaned-processes",   kGstCtrlRunOpt_IgnoreOrphanedProcesses,   RTGETOPT_REQ_NOTHING },
     416        { "--ignore-orphaned-processes",    kGstCtrlRunOpt_IgnoreOrphanedProcesses,   RTGETOPT_REQ_NOTHING },
    417417        { "--no-profile",                   kGstCtrlRunOpt_NoProfile,                 RTGETOPT_REQ_NOTHING }, /** @todo Deprecated. */
    418418        { "--profile",                      kGstCtrlRunOpt_Profile,                   RTGETOPT_REQ_NOTHING }
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