mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added missing help for the 'help' keyword in the SVDRP command PLUG
This commit is contained in:
parent
7148cf452c
commit
32733e430a
1
HISTORY
1
HISTORY
@ -3778,3 +3778,4 @@ Video Disk Recorder Revision History
|
|||||||
part of a patch by Hardy Flor, which originally implemented calling plugins from
|
part of a patch by Hardy Flor, which originally implemented calling plugins from
|
||||||
SVDRP).
|
SVDRP).
|
||||||
- The menu timeout handling is now done centrally in the main program loop.
|
- The menu timeout handling is now done centrally in the main program loop.
|
||||||
|
- Added missing help for the 'help' keyword in the SVDRP command PLUG.
|
||||||
|
9
svdrp.c
9
svdrp.c
@ -10,7 +10,7 @@
|
|||||||
* and interact with the Video Disk Recorder - or write a full featured
|
* and interact with the Video Disk Recorder - or write a full featured
|
||||||
* graphical interface that sits on top of an SVDRP connection.
|
* graphical interface that sits on top of an SVDRP connection.
|
||||||
*
|
*
|
||||||
* $Id: svdrp.c 1.77 2005/08/28 14:12:00 kls Exp $
|
* $Id: svdrp.c 1.78 2005/09/03 12:17:35 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "svdrp.h"
|
#include "svdrp.h"
|
||||||
@ -269,12 +269,15 @@ const char *HelpPages[] = {
|
|||||||
" at the position where any previous replay was stopped, or from the beginning\n"
|
" at the position where any previous replay was stopped, or from the beginning\n"
|
||||||
" by default. To control or stop the replay session, use the usual remote\n"
|
" by default. To control or stop the replay session, use the usual remote\n"
|
||||||
" control keypresses via the HITK command.",
|
" control keypresses via the HITK command.",
|
||||||
"PLUG <name> [ <command> [ <options> ]]\n"
|
"PLUG <name> [ help ] [ <command> [ <options> ]]\n"
|
||||||
" Send a command to a plugin.\n"
|
" Send a command to a plugin.\n"
|
||||||
" The PLUG command without any parameters lists all plugins.\n"
|
" The PLUG command without any parameters lists all plugins.\n"
|
||||||
" If only a name is given, all commands known to that plugin are listed.\n"
|
" If only a name is given, all commands known to that plugin are listed.\n"
|
||||||
" If a command is given (optionally followed by parameters), that command\n"
|
" If a command is given (optionally followed by parameters), that command\n"
|
||||||
" is sent to the plugin, and the result will be displayed.",
|
" is sent to the plugin, and the result will be displayed.\n"
|
||||||
|
" The keyword 'help' lists all the SVDRP commands known to the named plugin.\n"
|
||||||
|
" If 'help' is followed by a command, the detailed help for that command is\n"
|
||||||
|
" given.",
|
||||||
"PUTE\n"
|
"PUTE\n"
|
||||||
" Put data into the EPG list. The data entered has to strictly follow the\n"
|
" Put data into the EPG list. The data entered has to strictly follow the\n"
|
||||||
" format defined in vdr(5) for the 'epg.data' file. A '.' on a line\n"
|
" format defined in vdr(5) for the 'epg.data' file. A '.' on a line\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user