public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Liming Wang <liming.wang@windriver.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 2/2] kvm tools: Fix wrong help message for kvm pause
Date: Tue, 9 Aug 2011 17:11:48 +0800	[thread overview]
Message-ID: <1312881108-4665-2-git-send-email-liming.wang@windriver.com> (raw)
In-Reply-To: <1312881108-4665-1-git-send-email-liming.wang@windriver.com>

From: walimis <walimisdev@gmail.com>

replace debug with pause for kvm pause.

Signed-off-by: walimis <walimisdev@gmail.com>
---
 tools/kvm/builtin-pause.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/kvm/builtin-pause.c b/tools/kvm/builtin-pause.c
index 0c0010d..827b3b4 100644
--- a/tools/kvm/builtin-pause.c
+++ b/tools/kvm/builtin-pause.c
@@ -17,7 +17,7 @@ int kvm_cmd_pause(int argc, const char **argv, const char *prefix)
 	int pid;
 
 	if (argc != 1)
-		die("Usage: kvm debug [instance name]\n");
+		die("Usage: kvm pause [instance name]\n");
 
 	if (strcmp(argv[0], "all") == 0) {
 		kvm__enumerate_instances(do_pause);
-- 
1.7.0.4


  reply	other threads:[~2011-08-09  9:29 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 ` Liming Wang [this message]
2011-08-09 13:54   ` [PATCH 2/2] kvm tools: Fix wrong help message for kvm pause 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

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=1312881108-4665-2-git-send-email-liming.wang@windriver.com \
    --to=liming.wang@windriver.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