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 <[email protected]> --- tools/xl/xl_cmdtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "<Domain(s)>", }, { "vsnd-detach", -- 2.39.2
