Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / tflchef / tools / reverse / Driver.cpp
index 1116dec..4d795a3 100644 (file)
@@ -38,7 +38,7 @@ int entry(int argc, char **argv)
   {
     std::cout << err.what() << std::endl;
     std::cout << arser;
-    return 0;
+    return 255;
   }
 
   std::string tflite_path = arser.get<std::string>("tflite");