- Timestamp:
- Jul 4, 2011 1:39:55 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r37761 r37763 3203 3203 <listitem> 3204 3204 <para>To add a new extension pack, use <computeroutput>VBoxManage 3205 extpack install <tarball></computeroutput>.</para> 3205 extpack install <tarball></computeroutput>. This command 3206 will fail if an older version of the same extension pack is already 3207 installed. The optional <computeroutput>--replace</computeroutput> 3208 parameter can be used to uninstall the old package before the new 3209 package is installed.</para> 3206 3210 </listitem> 3207 3211 -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r37709 r37763 706 706 { 707 707 RTStrmPrintf(pStrm, 708 "VBoxManage extpack install <tarball> |\n"708 "VBoxManage extpack install [--replace] <tarball> |\n" 709 709 " uninstall [--force] <name> |\n" 710 710 " cleanup\n"
Note:
See TracChangeset
for help on using the changeset viewer.