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