VirtualBox

Changeset 40725 in vbox


Ignore:
Timestamp:
Mar 30, 2012 11:25:36 AM (13 years ago)
Author:
vboxsync
Message:

use 'stdin' instead of '-' here

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r40714 r40725  
    10721072            given, then the teleporting request will only succeed if the
    10731073            source machine specifies the same password as the one specified
    1074             in the file give with this command.</para>
     1074            in the file give with this command. Use <computeroutput>stdin</computeroutput>
     1075            to read the password from stdin.</para>
    10751076          </listitem>
    10761077
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r40724 r40725  
    321321                     "                            [--teleporteraddress <address|empty>\n"
    322322                     "                            [--teleporterpassword <password>]\n"
    323                      "                            [--teleporterpasswordfrom  <file>|-]\n"
     323                     "                            [--teleporterpasswordfrom  <file>|stdin]\n"
    324324                     "                            [--tracing-enabled on|off]\n"
    325325                     "                            [--tracing-config <config-string>]\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r40724 r40725  
    22192219                char szPasswd[512];
    22202220                int vrc = VINF_SUCCESS;
    2221                 bool fStdIn = !strcmp(ValueUnion.psz, "-");
     2221                bool fStdIn = !strcmp(ValueUnion.psz, "stdin");
    22222222                PRTSTREAM pStrm;
    22232223                if (!fStdIn)
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