From 184e22deb8ecdf89ffd1e5e1e12f1bcae954cf1b Mon Sep 17 00:00:00 2001 From: mkoncek <29146829+mkoncek@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:29:34 +0200 Subject: [PATCH] Update README.adoc --- README.adoc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.adoc b/README.adoc index cbcf3a9..3c68b4e 100644 --- a/README.adoc +++ b/README.adoc @@ -11,16 +11,14 @@ Currently the tool is able to remove `import` statements and annotations. jurand [optional flags] ... [file path]... ---- -Matcher::: -[horizontal] -`-n `:: Simple (not fully-qualified) class name. -`-p `:: Regex pattern to match names used in code. - -Optional flags::: -[horizontal] -`-a`:: Also remove annotations used in code. -`-i`, `--in-place`:: Replace the contents of files. -`-s`, `--strict`:: +Matcher:: +`-n `::: Simple (not fully-qualified) class name. +`-p `::: Regex pattern to match names used in code. + +Optional flags:: +`-a`::: Also remove annotations used in code. +`-i`, `--in-place`::: Replace the contents of files. +`-s`, `--strict`::: Fail if any of the specified options was redundant and no changes associated + with the option were made. This option is only applicable together with `-i`.