aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7b19dea..e79db9e 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ writes them to a CSV file.
Example:
```
-cogops sync --pool-id us-east-1_ABC123 --emails-file cognito_sync.csv
+cogops sync --pool-id us-east-1_ABC123 --sync-file .sync
```
Output file format:
@@ -149,7 +149,7 @@ All emails will be normalized (lowercase, trim) before lookup.
Example:
```
-cogops add --pool-id us-east-1_ABC123 --sync-file cognito_sync.csv \
+cogops add --pool-id us-east-1_ABC123 --sync-file .sync \
--emails-file to_add.txt --group admin --group managers \
--concurrency 10
```