From 02469417d3ff32fa8701c794bbdc6ae47d696c9d Mon Sep 17 00:00:00 2001 From: Roy Sigurd Karlsbakk Date: Sun, 13 Nov 2016 06:54:43 +0100 Subject: [PATCH] forgot --noexif in commandline parser --- datedist.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datedist.pl b/datedist.pl index 4a4d939..1ee06b0 100755 --- a/datedist.pl +++ b/datedist.pl @@ -148,6 +148,7 @@ sub version "minute" => \$minute_dir, "norun" => \$norun, "exif" => \$exif, + "noexif" => \$noexif, "mcf=s" => \$mcf, "move-corresponding-xmp" => \$move_corresponding_xmp, "move-corresponding-jpg" => \$move_corresponding_jpg, @@ -165,6 +166,7 @@ sub version &help("Incompatible options!") if ($no_day_dir and $hour_dir); &help if ($help); &version if ($print_version); +$exif=0 if ($noexif); # Move corresponding files - new way {{{ # mcf is "move corresponding files" the new way