Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / tfldump / driver / Driver.cpp
index 3961d2f..38c9c06 100644 (file)
@@ -33,7 +33,7 @@ int entry(int argc, char **argv)
   {
     std::cout << err.what() << '\n';
     std::cout << arser;
-    return 0;
+    return 255;
   }
 
   std::string tflite_path = arser.get<std::string>("tflite");