From: walimis <walimisdev@gmail.com>
To: Pekka Enberg <penberg@kernel.org>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>,
Sasha Levin <levinsasha928@gmail.com>,
Prasad Joshi <prasadjoshi124@gmail.com>,
Asias He <asias.hejun@gmail.com>,
kvm@vger.kernel.org
Subject: [PATCH 1/2] kvm tools: remove unused options
Date: Tue, 9 Aug 2011 22:08:20 +0800 [thread overview]
Message-ID: <1312898900-13114-1-git-send-email-walimisdev@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1108091652450.3117@tiger>
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
next prev parent reply other threads:[~2011-08-09 14:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1312898900-13114-1-git-send-email-walimisdev@gmail.com \
--to=walimisdev@gmail.com \
--cc=asias.hejun@gmail.com \
--cc=gorcunov@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=levinsasha928@gmail.com \
--cc=penberg@kernel.org \
--cc=prasadjoshi124@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox