Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / compiler / circledump / driver / Driver.cpp
index b8f561f..657f24f 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 circle_path = arser.get<std::string>("circle");