[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen stable-4.18] xl: fix incorrect output in "help" command
commit 0d5f15e6face071c628bd569957d11ced887b42f Author: John E. Krokes <mag@xxxxxxxxxxxxxxx> AuthorDate: Tue Sep 24 14:52:42 2024 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Tue Sep 24 14:52:42 2024 +0200 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 <mag@xxxxxxxxxxxxxxx> Reviewed-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> master commit: 09226d165b57d919150458044c5b594d3d1dc23a master date: 2024-08-14 08:49:44 +0200 --- 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 62bdb2aeaa..5843590794 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", -- generated by git-patchbot for /home/xen/git/xen.git#stable-4.18
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |