From 20adc1af344805241539f3b2087998326d9af971 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <pjentsch@sfb1288inf-Laptop.local>
Date: Thu, 2 Jul 2020 12:01:40 +0200
Subject: [PATCH] change some documentation.

---
 web/app/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/app/models.py b/web/app/models.py
index 43f9e90d..778993a1 100644
--- a/web/app/models.py
+++ b/web/app/models.py
@@ -327,7 +327,7 @@ class Job(db.Model):
     service = db.Column(db.String(64))
     '''
     ' Service specific arguments as string list.
-    ' Example: ["-l eng", "--keep-intermediates", "--skip-binarization"]
+    ' Example: ["-l eng", "--binarize"]
     '''
     service_args = db.Column(db.String(255))
     service_version = db.Column(db.String(16))
-- 
GitLab