summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp')
-rw-r--r--src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
index a7736e0fa..2e5e75192 100644
--- a/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
+++ b/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxManageHelp.cpp 29634 2010-05-18 13:41:15Z vboxsync $ */
+/* $Id: VBoxManageHelp.cpp 29865 2010-05-28 14:53:07Z vboxsync $ */
/** @file
* VBoxManage - help and other message output.
*/
@@ -172,7 +172,10 @@ void printUsage(USAGECATEGORY u64Cmd)
" [--cpuidremoveall]\n"
" [--hardwareuuid <uuid>]\n"
" [--cpus <number>]\n"
- " [--rtcuseutc]\n"
+ " [--cpuhotplug on|off]\n"
+ " [--plugcpu <id>]\n"
+ " [--unplugcpu <id>]\n"
+ " [--rtcuseutc on|off]\n"
" [--monitorcount <number>]\n"
" [--accelerate3d on|off]\n"
#ifdef VBOX_WITH_VIDEOHWACCEL
@@ -389,6 +392,8 @@ void printUsage(USAGECATEGORY u64Cmd)
" [--allowlocallogon <yes|no>] |\n"
" teleport --host <name> --port <port>\n"
" [--maxdowntime <msec>] [--password password]\n"
+ " plugcpu <id>\n"
+ " unplugcpu <id>\n"
"\n");
}