From c72ebc668b4510633a7da4e12eec667e17c2d392 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Thu, 12 May 2022 18:45:56 +0200
Subject: [PATCH] Generate program and profile only

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 55d3e533..f10a5411 100644
--- a/README.rst
+++ b/README.rst
@@ -126,6 +126,6 @@ First, install GraphViz globally:
 
 Then, run following to generate an image out of the models:
 
-    (venv) $  manage.py graph_models --pydot -a -g -o steering_data_model.png
+    (venv) $ ./manage.py graph_models --pydot -g -o steering_data_model.png program profile
 
 
-- 
GitLab