From: Konrad Rzeszutek Wilk Date: Wed, 21 Sep 2016 12:53:04 +0000 (-0400) Subject: xen-livepatch: Remove the 'test' part X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=20fc7c76bfce985dd27d9d050be454126dad2024;p=people%2Froyger%2Fxen.git xen-livepatch: Remove the 'test' part As it has evolved a bit and is more of a test tool. Reviewed-by: Ross Lagerwall Reported-by: Bhavesh Davda Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/tools/misc/xen-livepatch.c b/tools/misc/xen-livepatch.c index 62c072ec3a..7512a98d23 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 [args]\n" " An unique name of payload. Up to %d characters.\n" "Commands:\n"