diff mbox

[v1,1/3] xen-livepatch: Remove the 'test' part

Message ID 1474485630-24113-2-git-send-email-konrad.wilk@oracle.com (mailing list archive)
State New, archived
Headers show

Commit Message

Konrad Rzeszutek Wilk Sept. 21, 2016, 7:20 p.m. UTC
As it has evolved a bit and is more of a test tool.

Reported-by: Bhavesh Davda <bhavesh.davda@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 tools/misc/xen-livepatch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ross Lagerwall Sept. 22, 2016, 7:20 a.m. UTC | #1
On 09/21/2016 08:20 PM, Konrad Rzeszutek Wilk wrote:
> As it has evolved a bit and is more of a test tool.
>
> Reported-by: Bhavesh Davda <bhavesh.davda@oracle.com>
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> ---
>  tools/misc/xen-livepatch.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/misc/xen-livepatch.c b/tools/misc/xen-livepatch.c
> index 62c072e..7512a98 100644
> --- a/tools/misc/xen-livepatch.c
> +++ b/tools/misc/xen-livepatch.c
> @@ -20,7 +20,7 @@ static xc_interface *xch;
>  void show_help(void)
>  {
>      fprintf(stderr,
> -            "xen-livepatch: live patching test tool\n"
> +            "xen-livepatch: live patching tool\n"
>              "Usage: xen-livepatch <command> [args]\n"
>              " <name> An unique name of payload. Up to %d characters.\n"
>              "Commands:\n"
>

Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
diff mbox

Patch

diff --git a/tools/misc/xen-livepatch.c b/tools/misc/xen-livepatch.c
index 62c072e..7512a98 100644
--- a/tools/misc/xen-livepatch.c
+++ b/tools/misc/xen-livepatch.c
@@ -20,7 +20,7 @@  static xc_interface *xch;
 void show_help(void)
 {
     fprintf(stderr,
-            "xen-livepatch: live patching test tool\n"
+            "xen-livepatch: live patching tool\n"
             "Usage: xen-livepatch <command> [args]\n"
             " <name> An unique name of payload. Up to %d characters.\n"
             "Commands:\n"