git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d142734
)
Add undocumented play feature to help output.
author
Antoine Cellerier
<dionoea@videolan.org>
Sun, 25 Feb 2007 19:19:36 +0000
(19:19 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sun, 25 Feb 2007 19:19:36 +0000
(19:19 +0000)
src/input/vlm.c
patch
|
blob
|
history
diff --git
a/src/input/vlm.c
b/src/input/vlm.c
index
b578c0a
..
2d4de14
100644
(file)
--- a/
src/input/vlm.c
+++ b/
src/input/vlm.c
@@
-2080,7
+2080,7
@@
static vlm_message_t *vlm_Help( vlm_t *vlm, char *psz_filter )
MessageAddChild( "repeat (number_of_repetitions)" );
message_child = MessageAdd( "Control Commands Syntax:" );
- MessageAddChild( "play" );
+ MessageAddChild( "play
[input_number]
" );
MessageAddChild( "pause" );
MessageAddChild( "stop" );
MessageAddChild( "seek [+-](percentage) | [+-](seconds)s | [+-](miliseconds)ms" );