From 2f378118431f02c23df635c6a4ad7a1c9c0dd923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 28 Aug 2020 18:00:38 +0300 Subject: [PATCH] vlm: remove mention of nonexistent parameter --- src/input/vlmshell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input/vlmshell.c b/src/input/vlmshell.c index 8b4b0fb309..cdb27bb9a9 100644 --- a/src/input/vlmshell.c +++ b/src/input/vlmshell.c @@ -322,8 +322,7 @@ static int ExecuteHelp( vlm_message_t **pp_status ) MessageAddChild( "output (output_name)" ); MessageAddChild( "option (option_name)[=value]" ); MessageAddChild( "enabled|disabled" ); - MessageAddChild( "loop|unloop (broadcast only)" ); - MessageAddChild( "mux (mux_name)" ); + MessageAddChild( "loop|unloop" ); message_child = MessageAdd( "Schedule Proprieties Syntax:" ); MessageAddChild( "enabled|disabled" );