From 720cef33dd67d0767c650ea8b55d61ea70428657 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 18 Feb 2012 22:08:07 +0100 Subject: doc --- videoadd.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/videoadd.pl b/videoadd.pl index f7c784b..27d40b5 100755 --- a/videoadd.pl +++ b/videoadd.pl @@ -117,7 +117,7 @@ movie. Note that it may break the sanity of your collection. =item B<--dont-move> Do not put the new movie in I, with a -symlink I -> I. +symlink I -> I<../DIRECTORS/director/movie>. Note that it may break the sanity of your collection. =item B<-i> I, B<--imdb=>I @@ -126,9 +126,9 @@ Search for the given criterion (e.g., a movie title or an IMDB ID) on IMDB. The retrieved data (such as year, director, cast, etc.) will be added to the database (unless overriden by B<-o> I). -=item B<-o> I +=item B<-o> I, B<--option=>I -Override data with the I provided. +Override data from IMDB with the I provided. Valid Is are I, I<language >, I<imdbid>, I<year>, I<imgurl>, I<director>, I<genres>, I<country>, I<plot>, I<rating>, I<istv>. @@ -214,7 +214,7 @@ GetOptions( "s|seen" => \$seen_flag , "ignore-db" => \$ignoredb_flag , "dont-move" => sub { undef $move_flag } , "i|imdb=s" => sub { $imdb{crit} = $_[1] } - , "o=s" => sub { my ($k,$v) = split /=/, $_[1], 2; + , "o|option=s"=> sub { my ($k,$v) = split /=/, $_[1], 2; $options{lc $k} = $v; } , "only=s" => sub { @only = &keywords (split /,/, $_[1]) } , "exclude=s" => sub { @exclude = &keywords (split /,/, $_[1]) } -- cgit v1.2.3