OSDN Git Service

adjust command Switches
authorSet <set.minami@gmail.com>
Thu, 8 Aug 2013 05:18:06 +0000 (14:18 +0900)
committerSet <set.minami@gmail.com>
Thu, 8 Aug 2013 05:18:06 +0000 (14:18 +0900)
src/main/scala/org/blackquill/main/BlackQuill.scala

index e3c4abb..76f4da9 100644 (file)
@@ -147,7 +147,10 @@ object BlackQuill{
         out.close
         if(Switches.getVerbose){
           log info (System.currentTimeMillis() - start) + " msec"
+          log info output.size
         }
+      }else{
+        log warn "The MarkDown file is not changed. (see also --help)"
       }
   }