Changeset 54487 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- Feb 25, 2015 12:50:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r54438 r54487 631 631 "\n", SEP); 632 632 633 if (fCategory & USAGE_ENCRYPTMEDIUM) 634 RTStrmPrintf(pStrm, 635 "%s encryptmedium %s <uuid|filename>\n" 636 " [--newpassword <new password>]\n" 637 " [--oldpassword <old password>]\n" 638 " [--cipher <cipher identifier>]\n" 639 "\n", SEP); 640 633 641 if (fCategory & USAGE_CONVERTFROMRAW) 634 642 RTStrmPrintf(pStrm,
Note:
See TracChangeset
for help on using the changeset viewer.