From e6c450b34695c499658581d9b655391346978c5d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 6 May 2020 11:51:33 +0200 Subject: [PATCH] Added missing '<...>' to the 'file' parameter in the help text of PUTE --- svdrp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svdrp.c b/svdrp.c index 26b22167..7656c55f 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.41 2020/05/05 15:37:49 kls Exp $ + * $Id: svdrp.c 4.42 2020/05/06 11:51:33 kls Exp $ */ #include "svdrp.h" @@ -970,7 +970,7 @@ const char *HelpPages[] = { " Make the device with the given number the primary device.\n" " Without option it returns the currently active primary device in the same\n" " format as used by the LSTD command.", - "PUTE [ file ]\n" + "PUTE [ ]\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" " by itself terminates the input and starts processing of the data (all\n"