VirtualBox

Ignore:
Timestamp:
Apr 8, 2020 9:40:01 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137038
Message:

Guest Control + FE/VBoxManage: Added "--user" convenience shortcut for "--username".

File:
1 edited

Legend:

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

    r83303 r83618  
    7575/** Common option definitions. */
    7676#define GCTLCMD_COMMON_OPTION_DEFS() \
     77        { "--user",                 GCTLCMD_COMMON_OPT_USER,            RTGETOPT_REQ_STRING  }, \
    7778        { "--username",             GCTLCMD_COMMON_OPT_USER,            RTGETOPT_REQ_STRING  }, \
    7879        { "--passwordfile",         GCTLCMD_COMMON_OPT_PASSWORD_FILE,   RTGETOPT_REQ_STRING  }, \
     
    243244        RTStrmPrintf(pStrm,
    244245                     "%s guestcontrol %s    <uuid|vmname> [--verbose|-v] [--quiet|-q]\n"
    245                      "                              [--username <name>] [--domain <domain>]\n"
     246                     "                              [--user[name] <name>] [--domain <domain>]\n"
    246247                     "                              [--passwordfile <file> | --password <password>]\n%s",
    247248                     pcszSep1, pcszSep2, (fSubcommandScope & RTMSGREFENTRYSTR_SCOPE_MASK) == RTMSGREFENTRYSTR_SCOPE_GLOBAL ? "\n" : "");
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