]> xenbits.xensource.com Git - xen.git/commitdiff
xl: fix incorrect output in "help" command
authorJohn E. Krokes <mag@netherworld.org>
Tue, 24 Sep 2024 12:29:26 +0000 (14:29 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 24 Sep 2024 12:29:26 +0000 (14:29 +0200)
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 <mag@netherworld.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Acked-by: Anthony PERARD <anthony.perard@vates.tech>
master commit: 09226d165b57d919150458044c5b594d3d1dc23a
master date: 2024-08-14 08:49:44 +0200

tools/xl/xl_cmdtable.c

index 42751228c1d11cb151844b3b364d9b1702a70b72..53fc22d344cf3672b4ed40f59c606b6df03d3b3d 100644 (file)
@@ -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",