Opened 13 years ago
Closed 13 years ago
#9686 closed defect (fixed)
Wrong "guestcontrol updateadditions" example in manual -> fixed as of 4 Oct 2011
Reported by: | Hartmut Holzgraefe | Owned by: | |
---|---|---|---|
Component: | documentation | Version: | VirtualBox 4.1.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
According to
http://www.virtualbox.org/manual/ch08.html#vboxmanage-guestcontrol
the syntax for updating the guest additions is
VBoxManage guestcontrol updateadditions <vmname>|<uuid> [...]
It actually seems to be
VBoxManage guestcontrol <vmname>|<uuid> updateadditions [...]
though, as using the upper from results in:
VBoxManage: error: Could not find a registered machine named 'updateadditions'
Change History (2)
comment:1 by , 13 years ago
Summary: | Wrong "guestcontrol updateadditions" example in manual → Wrong "guestcontrol updateadditions" example in manual -> fixed as of 4 Oct 2011 |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thank you, this will be fixed in any future 4.1 or later releases.