diff --git a/README.md b/README.md index 73076b5..1af71d1 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 +python -m standardize_test_format --javadoc --naming preserve --only-displayname -i ``` It it recommended that you do this with no unstaged changes, to more easily diff --git a/setup.py b/setup.py index d9255da..50b5f99 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 +python -m standardize_test_format --javadoc --naming preserve --only-displayname -i ``` It it recommended that you do this with no unstaged changes, to more easily