[PATCH 3/4] kvm tools: change the binary name from kvm to lkvm for commands' usage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commands' usage : Change the binary name from *kvm* to *lkvm*,
since commit ad3efb18 has done it.

Signed-off-by: Wanlong Gao <gaowanlong@xxxxxxxxxxxxxx>
---
 tools/kvm/builtin-balloon.c |    2 +-
 tools/kvm/builtin-debug.c   |    2 +-
 tools/kvm/builtin-help.c    |    4 ++--
 tools/kvm/builtin-list.c    |    2 +-
 tools/kvm/builtin-pause.c   |    2 +-
 tools/kvm/builtin-resume.c  |    2 +-
 tools/kvm/builtin-run.c     |    2 +-
 tools/kvm/builtin-setup.c   |    2 +-
 tools/kvm/builtin-stat.c    |    2 +-
 tools/kvm/builtin-stop.c    |    2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/tools/kvm/builtin-balloon.c b/tools/kvm/builtin-balloon.c
index 4a42ee8..5f1259e 100644
--- a/tools/kvm/builtin-balloon.c
+++ b/tools/kvm/builtin-balloon.c
@@ -21,7 +21,7 @@ struct balloon_cmd {
 };
 
 static const char * const balloon_usage[] = {
-	"kvm balloon [-n name] [-p pid] [-i amount] [-d amount]",
+	"lkvm balloon [-n name] [-p pid] [-i amount] [-d amount]",
 	NULL
 };
 
diff --git a/tools/kvm/builtin-debug.c b/tools/kvm/builtin-debug.c
index 292172a..7c51ea3 100644
--- a/tools/kvm/builtin-debug.c
+++ b/tools/kvm/builtin-debug.c
@@ -19,7 +19,7 @@ static bool dump;
 static const char *instance_name;
 
 static const char * const debug_usage[] = {
-	"kvm debug [--all] [-n name] [-d] [-m vcpu]",
+	"lkvm debug [--all] [-n name] [-d] [-m vcpu]",
 	NULL
 };
 
diff --git a/tools/kvm/builtin-help.c b/tools/kvm/builtin-help.c
index fddbed1..d02e839 100644
--- a/tools/kvm/builtin-help.c
+++ b/tools/kvm/builtin-help.c
@@ -10,10 +10,10 @@
 
 
 const char kvm_usage_string[] =
-	"kvm COMMAND [ARGS]";
+	"lkvm COMMAND [ARGS]";
 
 const char kvm_more_info_string[] =
-	"See 'kvm help COMMAND' for more information on a specific command.";
+	"See 'lkvm help COMMAND' for more information on a specific command.";
 
 
 static void list_common_cmds_help(void)
diff --git a/tools/kvm/builtin-list.c b/tools/kvm/builtin-list.c
index 61bba86..ec1c067 100644
--- a/tools/kvm/builtin-list.c
+++ b/tools/kvm/builtin-list.c
@@ -20,7 +20,7 @@ static bool run;
 static bool rootfs;
 
 static const char * const list_usage[] = {
-	"kvm list",
+	"lkvm list",
 	NULL
 };
 
diff --git a/tools/kvm/builtin-pause.c b/tools/kvm/builtin-pause.c
index d16da28..107641c 100644
--- a/tools/kvm/builtin-pause.c
+++ b/tools/kvm/builtin-pause.c
@@ -19,7 +19,7 @@ static int instance;
 static const char *instance_name;
 
 static const char * const pause_usage[] = {
-	"kvm pause [--all] [-n name]",
+	"lkvm pause [--all] [-n name]",
 	NULL
 };
 
diff --git a/tools/kvm/builtin-resume.c b/tools/kvm/builtin-resume.c
index 1e76c47..7b87f59 100644
--- a/tools/kvm/builtin-resume.c
+++ b/tools/kvm/builtin-resume.c
@@ -19,7 +19,7 @@ static int instance;
 static const char *instance_name;
 
 static const char * const resume_usage[] = {
-	"kvm resume [--all] [-n name]",
+	"lkvm resume [--all] [-n name]",
 	NULL
 };
 
diff --git a/tools/kvm/builtin-run.c b/tools/kvm/builtin-run.c
index 524ca16..3881a7d 100644
--- a/tools/kvm/builtin-run.c
+++ b/tools/kvm/builtin-run.c
@@ -109,7 +109,7 @@ static int nrcpus;
 static int vidmode = -1;
 
 static const char * const run_usage[] = {
-	"kvm run [<options>] [<kernel image>]",
+	"lkvm run [<options>] [<kernel image>]",
 	NULL
 };
 
diff --git a/tools/kvm/builtin-setup.c b/tools/kvm/builtin-setup.c
index 1bdb8ba..f90a4d5 100644
--- a/tools/kvm/builtin-setup.c
+++ b/tools/kvm/builtin-setup.c
@@ -22,7 +22,7 @@
 static const char *instance_name;
 
 static const char * const setup_usage[] = {
-	"kvm setup [name]",
+	"lkvm setup [name]",
 	NULL
 };
 
diff --git a/tools/kvm/builtin-stat.c b/tools/kvm/builtin-stat.c
index e28eb5b..a482c76 100644
--- a/tools/kvm/builtin-stat.c
+++ b/tools/kvm/builtin-stat.c
@@ -23,7 +23,7 @@ static int instance;
 static const char *instance_name;
 
 static const char * const stat_usage[] = {
-	"kvm stat [command] [--all] [-n name]",
+	"lkvm stat [command] [--all] [-n name]",
 	NULL
 };
 
diff --git a/tools/kvm/builtin-stop.c b/tools/kvm/builtin-stop.c
index 26a9214..52325e5 100644
--- a/tools/kvm/builtin-stop.c
+++ b/tools/kvm/builtin-stop.c
@@ -19,7 +19,7 @@ static int instance;
 static const char *instance_name;
 
 static const char * const stop_usage[] = {
-	"kvm stop [--all] [-n name]",
+	"lkvm stop [--all] [-n name]",
 	NULL
 };
 
-- 
1.7.8

--
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


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux