summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-01-06 20:27:37 +0100
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-01-06 20:27:37 +0100
commit209934e01e21ffbe5d7e25c7d72ceb221916ecc5 (patch)
treeef780729b877c8ad8e0c29b406709e719dcfd55e
parentf31af5c89c25176897428bcfde17bc1e1fb72784 (diff)
configuration
-rwxr-xr-xvideomv.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/videomv.pl b/videomv.pl
index 2828853..a21bc33 100755
--- a/videomv.pl
+++ b/videomv.pl
@@ -297,6 +297,21 @@ return status. This flag supresses this behavior. Use at your own risk.
=back
+=head1 CONFIGURATION
+
+B<videodb-check> reads its database configuration from the file
+I<$HOME/.videodb.rc>. This file has to be the content of a Perl hash
+e.g.,
+
+ videodir => catdir($HOME,'video'),
+ driver => 'mysql',
+ database => 'videodb',
+ hostname => '127.0.0.1',
+ user => 'username',
+ port => 3306,
+ password => '******',
+ videodata => "videodb_videodata",
+
=head1 EXIT STATUS
The exit status is 0 if all the actions went through, 1 if some error