Skip to content

Commit

Permalink
forgot --noexif in commandline parser
Browse files Browse the repository at this point in the history
  • Loading branch information
rkarlsba committed Nov 13, 2016
1 parent e25ea24 commit 0246941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datedist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 0246941

Please sign in to comment.