On Tue, 9 Aug 2011, Liming Wang wrote:
From: walimis <[email protected]>
kvm "--help" and "--version" are not implemented, so remove them to
avoid ambiguous.
Signed-off-by: walimis <[email protected]>
The patch looks good but unfortunately I have to ask you to resend with
proper Signed-off-by tag. I was about to fix it myself but noticed that
you're sending patches from windriver.com but the signoff is for
gmail.com.
I suppose you've simply forgotten to run git config user.name?
Pekka
---
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html