From 162404db1ca2765ad1e3c86f80295571fb56336e Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Tue, 12 Sep 2023 11:55:07 +0200 Subject: [PATCH] - fix: mode was renamed --- DESIGN.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.asciidoc b/DESIGN.asciidoc index a099204..507b0ca 100644 --- a/DESIGN.asciidoc +++ b/DESIGN.asciidoc @@ -24,7 +24,7 @@ A cli tool which uses different validators to validate workflows. * --invalid-folder=DIR - if --files-mode=sort it moves files from watch-folder to valid-folder * --statistics - print a statistic -* --mode=[auto, mediathek, fotothek, save, kitodo, lfulg] - the mode auto tries +* --mode=[auto, mediathek, fotothek, save, kitodo, digas] - the mode auto tries to check files based on file endings and best guess. The other modes are concrete workflow names. * --daemon - starts a daemon, works only with delete mode -- GitLab