kvm tools: Rename debug options under 'kvm run'

Rename debug options to make them consistent with each other.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Sasha Levin
2011-07-09 09:57:30 +03:00
committed by Will Deacon
parent 2a24f96d64
commit 001690a453
+2 -2
View File
@@ -178,9 +178,9 @@ static const struct option options[] = {
"Enable debug messages"),
OPT_BOOLEAN('\0', "debug-single-step", &single_step,
"Enable single stepping"),
OPT_BOOLEAN('\0', "debug-ioport-debug", &ioport_debug,
OPT_BOOLEAN('\0', "debug-ioport", &ioport_debug,
"Enable ioport debugging"),
OPT_INTEGER('\0', "debug_iodelay", &debug_iodelay,
OPT_INTEGER('\0', "debug-iodelay", &debug_iodelay,
"Delay IO by millisecond"),
OPT_END()
};