]> git.sesse.net Git - vlc/commitdiff
* add the option keyword to the help of vlm and the streaming howto -- patch by Chris...
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 5 May 2005 18:53:17 +0000 (18:53 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 5 May 2005 18:53:17 +0000 (18:53 +0000)
src/misc/vlm.c

index 50a994430051895b4eebd8e8d6f551b78c98d8e4..1f27a74085b1c6ce7b330b77d26cda3c337c62f4 100644 (file)
@@ -1902,6 +1902,7 @@ static vlm_message_t *vlm_Help( vlm_t *vlm, char *psz_filter )
         MessageAddChild( "inputdel (input_name)|all" );
         MessageAddChild( "inputdeln input_number" );
         MessageAddChild( "output (output_name)" );
+        MessageAddChild( "option (option_name)[=value]" );
         MessageAddChild( "enabled|disabled" );
         MessageAddChild( "loop|unloop (broadcast only)" );
         MessageAddChild( "mux (mux_name)" );