diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-05-06 11:51:33 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-05-06 11:51:33 +0200 |
commit | e6c450b34695c499658581d9b655391346978c5d (patch) | |
tree | 7184759595bad188fd4ebc528c0c22e05c9df86d /svdrp.c | |
parent | c813de133be8ac702bf7e2bba8e76de3334221dd (diff) | |
download | vdr-e6c450b34695c499658581d9b655391346978c5d.tar.gz vdr-e6c450b34695c499658581d9b655391346978c5d.tar.bz2 |
Added missing '<...>' to the 'file' parameter in the help text of PUTE
Diffstat (limited to 'svdrp.c')
-rw-r--r-- | svdrp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 [ <file> ]\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" |