[vlc-commits] vlm: remove mention of nonexistent parameter

Rémi Denis-Courmont git at videolan.org
Thu Sep 3 21:06:03 CEST 2020


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Aug 28 18:00:38 2020 +0300| [2f378118431f02c23df635c6a4ad7a1c9c0dd923] | committer: Rémi Denis-Courmont

vlm: remove mention of nonexistent parameter

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f378118431f02c23df635c6a4ad7a1c9c0dd923
---

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



More information about the vlc-commits mailing list