All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed incorrect output in xl's "help" command.
@ 2024-08-05 14:11 John E. Krokes
  2024-08-05 14:14 ` Juergen Gross
  0 siblings, 1 reply; 3+ messages in thread
From: John E. Krokes @ 2024-08-05 14:11 UTC (permalink / raw)
  To: xen-devel; +Cc: John E. Krokes, Anthony PERARD

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>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-13 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 14:11 [PATCH] Fixed incorrect output in xl's "help" command John E. Krokes
2024-08-05 14:14 ` Juergen Gross
2024-08-13 17:01   ` Anthony PERARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.