From 1aff2742bf22c2518b6f7a512aab0ea1cc77d05d Mon Sep 17 00:00:00 2001 From: takunomi-build-bot <build-bot@takunomi.space> Date: Wed, 5 Mar 2025 10:03:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b060ab..7982b45 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Is capable of migrating from Javadoc based property specification to the Convert tests with `@DisplayName` to Javadoc: ```bash -python -m standardize_java_text --javadoc --only-displayname FILE... +python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH> ``` It it recommended that you do this with no unstaged changes, to more easily diff --git a/setup.py b/setup.py index 36e6af8..d972667 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ Is capable of migrating from Javadoc based property specification to the Convert tests with `@DisplayName` to Javadoc: ```bash -python -m standardize_java_text --javadoc --only-displayname FILE... +python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH> ``` It it recommended that you do this with no unstaged changes, to more easily