From: Sasha Levin Date: Sat, 9 Jul 2011 06:57:30 +0000 (+0300) Subject: kvm tools: Rename debug options under 'kvm run' X-Git-Tag: next-20110824~3^2~128 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c5c3d6777b59a76cf8e98364cea6e5a2a9c07ef3;p=karo-tx-linux.git kvm tools: Rename debug options under 'kvm run' Rename debug options to make them consistent with each other. Signed-off-by: Sasha Levin Signed-off-by: Pekka Enberg --- diff --git a/tools/kvm/builtin-run.c b/tools/kvm/builtin-run.c index 09bd1da9d6ea..8b7d08b0105c 100644 --- a/tools/kvm/builtin-run.c +++ b/tools/kvm/builtin-run.c @@ -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() };