From: John E. Krokes Date: Tue, 24 Sep 2024 12:29:26 +0000 (+0200) Subject: xl: fix incorrect output in "help" command X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e12998a9db8d0ac14477557d09b437783a999ea4;p=people%2Faperard%2Fxen-unstable.git xl: fix incorrect output in "help" command In "xl help", the output includes this line: vsnd-list List virtual display devices for a domain This should obviously say "sound devices" instead of "display devices". Signed-off-by: John E. Krokes Reviewed-by: Juergen Gross Acked-by: Anthony PERARD master commit: 09226d165b57d919150458044c5b594d3d1dc23a master date: 2024-08-14 08:49:44 +0200 --- diff --git a/tools/xl/xl_cmdtable.c b/tools/xl/xl_cmdtable.c index 42751228c1..53fc22d344 100644 --- a/tools/xl/xl_cmdtable.c +++ b/tools/xl/xl_cmdtable.c @@ -433,7 +433,7 @@ const struct cmd_spec cmd_table[] = { }, { "vsnd-list", &main_vsndlist, 0, 0, - "List virtual display devices for a domain", + "List virtual sound devices for a domain", "", }, { "vsnd-detach",