Index: trunk/PStamp/lib/PStamp/Job.pm
===================================================================
--- trunk/PStamp/lib/PStamp/Job.pm	(revision 20222)
+++ trunk/PStamp/lib/PStamp/Job.pm	(revision 21193)
@@ -252,5 +252,5 @@
     }
 
-    my $command = "$difftool -diffskyfile -diff_id $id -dbname $image_db";
+    my $command = "$difftool -diffskyfile -diff_image_id $id -dbname $image_db";
 
     # run the tool and parse the output
@@ -518,5 +518,5 @@
     die "project is not defined" if !$project_name;
 
-    my $verbose = 1;
+    my $verbose = 0;
 
     my $missing_tools;
