summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-17 09:03:01 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-17 09:03:01 +0200
commite6526ae2691991b7f623ae7345ec05985d3f0005 (patch)
tree61bbf47a5b491574447bb662713ba2c13445561d /vdr.c
parent8423b5ea4c756a3e7c554ec51d7989e32ddfcfea (diff)
downloadvdr-e6526ae2691991b7f623ae7345ec05985d3f0005.tar.gz
vdr-e6526ae2691991b7f623ae7345ec05985d3f0005.tar.bz2
The script given to VDR with the '-r' option is now also called whenever a recording is deleted
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/vdr.c b/vdr.c
index f5896caa..53a57c31 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.tvdr.de
*
- * $Id: vdr.c 2.38 2012/09/01 13:30:19 kls Exp $
+ * $Id: vdr.c 2.39 2012/09/17 08:56:58 kls Exp $
*/
#include <getopt.h>
@@ -466,7 +466,8 @@ int main(int argc, char *argv[])
" -p PORT, --port=PORT use PORT for SVDRP (default: %d)\n"
" 0 turns off SVDRP\n"
" -P OPT, --plugin=OPT load a plugin defined by the given options\n"
- " -r CMD, --record=CMD call CMD before and after a recording\n"
+ " -r CMD, --record=CMD call CMD before and after a recording, and after\n"
+ " a recording has been edited or deleted\n"
" --resdir=DIR read resource files from DIR (default: %s)\n"
" -s CMD, --shutdown=CMD call CMD to shutdown the computer\n"
" --split split edited files at the editing marks (only\n"