[vlc-devel] [PATCH 1/2] vlm: remove mention of nonexistent parameter

RĂ©mi Denis-Courmont remi at remlab.net
Fri Aug 28 17:01:55 CEST 2020


---
 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" );
-- 
2.28.0



More information about the vlc-devel mailing list