Changeset 40725 in vbox for trunk/src/VBox
- Timestamp:
- Mar 30, 2012 11:25:36 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77191
- Location:
- trunk/src/VBox/Frontends/VBoxManage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r40724 r40725 321 321 " [--teleporteraddress <address|empty>\n" 322 322 " [--teleporterpassword <password>]\n" 323 " [--teleporterpasswordfrom <file>| -]\n"323 " [--teleporterpasswordfrom <file>|stdin]\n" 324 324 " [--tracing-enabled on|off]\n" 325 325 " [--tracing-config <config-string>]\n" -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r40724 r40725 2219 2219 char szPasswd[512]; 2220 2220 int vrc = VINF_SUCCESS; 2221 bool fStdIn = !strcmp(ValueUnion.psz, " -");2221 bool fStdIn = !strcmp(ValueUnion.psz, "stdin"); 2222 2222 PRTSTREAM pStrm; 2223 2223 if (!fStdIn)
Note:
See TracChangeset
for help on using the changeset viewer.