public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] kvm tools: remove unused options
@ 2011-08-09  9:11 Liming Wang
  2011-08-09  9:11 ` [PATCH 2/2] kvm tools: Fix wrong help message for kvm pause Liming Wang
  2011-08-09 13:53 ` [PATCH 1/2] kvm tools: remove unused options Pekka Enberg
  0 siblings, 2 replies; 9+ messages in thread
From: Liming Wang @ 2011-08-09  9:11 UTC (permalink / raw)
  To: Pekka Enberg; +Cc: Cyrill Gorcunov, Sasha Levin, Prasad Joshi, Asias He, kvm

From: walimis <walimisdev@gmail.com>

kvm "--help" and "--version" are not implemented, so remove them to
avoid ambiguous.

Signed-off-by: walimis <walimisdev@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-08-10  8:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09  9:11 [PATCH 1/2] kvm tools: remove unused options Liming Wang
2011-08-09  9:11 ` [PATCH 2/2] kvm tools: Fix wrong help message for kvm pause Liming Wang
2011-08-09 13:54   ` Pekka Enberg
2011-08-09 13:53 ` [PATCH 1/2] kvm tools: remove unused options Pekka Enberg
2011-08-09 14:08   ` walimis
2011-08-09 14:56   ` walimis
2011-08-09 15:41     ` Ingo Molnar
2011-08-09 15:44       ` Pekka Enberg
2011-08-10  8:30         ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox