From 94c361b0a46eaaef96fa8494cdaab655f966b9cf Mon Sep 17 00:00:00 2001 From: Philipp Staender Date: Sun, 30 Jun 2024 21:37:01 +0200 Subject: [PATCH] Adds hint to use mandatory argument repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fd508e..2219bb2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The validator can be used in three different ways: The general way using the CLI is: ```shell -java -jar validationtool--standalone.jar -s [OPTIONS] [FILE] [FILE] [FILE] ... +java -jar validationtool--standalone.jar -r -s [OPTIONS] [FILE] [FILE] [FILE] ... ``` The help option displays further CLI options to customize the process: @@ -62,7 +62,7 @@ java -jar validationtool--standalone.jar --help ``` A concrete example with a specific validator configuration can be found on -[GitHub](https://github.com/itplr-kosit/validator-configuration-xrechnung) +[validator-configuration-xrechnung](https://github.com/itplr-kosit/validator-configuration-xrechnung) The [CLI documentation](./docs/cli.md) shows further configuration options.