summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-03-17 13:00:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-03-17 13:00:19 +0100
commita1af84f29a9d593f67d6360d52611b31f53c61b1 (patch)
treee5ff8c602e67813d54f32c3480d1825ed000199c
parent0e1956bb29efe7150fe0c5411d08920a516bf171 (diff)
downloadvdr-a1af84f29a9d593f67d6360d52611b31f53c61b1.tar.gz
vdr-a1af84f29a9d593f67d6360d52611b31f53c61b1.tar.bz2
Added missing <name> to help for POLL
-rw-r--r--svdrp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/svdrp.c b/svdrp.c
index 043ffafc..17382ae6 100644
--- a/svdrp.c
+++ b/svdrp.c
@@ -10,7 +10,7 @@
* and interact with the Video Disk Recorder - or write a full featured
* graphical interface that sits on top of an SVDRP connection.
*
- * $Id: svdrp.c 4.34 2018/03/17 10:06:54 kls Exp $
+ * $Id: svdrp.c 4.35 2018/03/17 13:00:19 kls Exp $
*/
#include "svdrp.h"
@@ -946,10 +946,11 @@ const char *HelpPages[] = {
" If 'help' is followed by a command, the detailed help for that command is\n"
" given. The keyword 'main' initiates a call to the main menu function of the\n"
" given plugin.\n",
- "POLL timers\n"
+ "POLL <name> timers\n"
" Used by peer-to-peer connections between VDRs to inform other machines\n"
" about changes to timers. The receiving VDR shall use LSTT to query the\n"
- " remote machine's timers and update its list of timers accordingly.\n",
+ " remote machine with the given name about its timers and update its list\n"
+ " of timers accordingly.\n",
"PRIM [ <number> ]\n"
" Make the device with the given number the primary device.\n"
" Without option it returns the currently active primary device in the same\n"