diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-12 11:19:11 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-12 11:19:11 +0100 |
commit | 77340e92732b250a20e875f16bad2f85f2e3483b (patch) | |
tree | 484461932ac5e6059d2608ecc699120c8936bd58 /svdrp.c | |
parent | 35f73199d4a8ecc82479ebc6a3f5ba4f9cd28f75 (diff) | |
download | vdr-77340e92732b250a20e875f16bad2f85f2e3483b.tar.gz vdr-77340e92732b250a20e875f16bad2f85f2e3483b.tar.bz2 |
Added a missing backslash to the help text of the SVDRP command MOVR
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 3.5 2013/10/21 07:46:04 kls Exp $ + * $Id: svdrp.c 3.6 2015/01/12 11:16:27 kls Exp $ */ #include "svdrp.h" @@ -261,7 +261,7 @@ const char *HelpPages[] = { " Move the recording with the given number. Before a recording can be\n" " moved, an LSTR command must have been executed in order to retrieve\n" " the recording numbers. The numbers don't change during subsequent MOVR\n" - " commands.n", + " commands.\n", "NEWC <settings>\n" " Create a new channel. Settings must be in the same format as returned\n" " by the LSTC command.", |