kvm "--help" and "--version" are not implemented, so remove them to avoid ambiguous. Signed-off-by: Liming Wang <walimisdev@xxxxxxxxx> --- tools/kvm/builtin-help.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/kvm/builtin-help.c b/tools/kvm/builtin-help.c index e89cd5c..e70044a 100644 --- a/tools/kvm/builtin-help.c +++ b/tools/kvm/builtin-help.c @@ -10,7 +10,7 @@ const char kvm_usage_string[] = - "kvm [--version] [--help] COMMAND [ARGS]"; + "kvm COMMAND [ARGS]"; const char kvm_more_info_string[] = "See 'kvm help COMMAND' for more information on a specific command."; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html