From dba3f5b2e5fd8ad0039df8595f0c5a089dc40e3a Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 3 Feb 2022 08:34:57 +0100 Subject: [PATCH] [web] Docs for --write-prj parameter. --- web/content/docs/userguide/basics/cli-arguments.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/content/docs/userguide/basics/cli-arguments.md b/web/content/docs/userguide/basics/cli-arguments.md index d03e3bee88c..8b72094d855 100644 --- a/web/content/docs/userguide/basics/cli-arguments.md +++ b/web/content/docs/userguide/basics/cli-arguments.md @@ -30,6 +30,10 @@ $ ogs --help -o <PATH>, --output-directory <PATH> the output directory to write to + --write-prj + Writes processed project file to output path / + [prj_base_name]_processed.prj. + -p <>, --xml-patch <> (accepted multiple times) the xml patch file(s) which is (are) applied (in the given order) to the PROJECT_FILE -- GitLab