diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-17 09:03:01 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-17 09:03:01 +0200 |
commit | e6526ae2691991b7f623ae7345ec05985d3f0005 (patch) | |
tree | 61bbf47a5b491574447bb662713ba2c13445561d /vdr.c | |
parent | 8423b5ea4c756a3e7c554ec51d7989e32ddfcfea (diff) | |
download | vdr-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.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |