From 78330e04fca6c55446b0de082b3c695afab947a6 Mon Sep 17 00:00:00 2001 From: Karen Coyle Date: Wed, 17 Jan 2024 16:01:19 -0800 Subject: [PATCH] change generate to read --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index a5005f7..acaa1ad 100644 --- a/README.rst +++ b/README.rst @@ -90,11 +90,11 @@ Run without arguments, "dctap" shows what options and commands are available. Examples: - $ dctap generate my_profile.csv - $ dctap generate --json my_profile.csv - $ dctap generate --expand-prefixes my_profile.csv - $ dctap generate --warnings my_profile.csv - $ dctap generate --warnings --expand-prefixes --json my_profile.csv + $ dctap read my_profile.csv + $ dctap read --json my_profile.csv + $ dctap read --expand-prefixes my_profile.csv + $ dctap read --warnings my_profile.csv + $ dctap read --warnings --expand-prefixes --json my_profile.csv $ dctap init Built-in settings written to dctap.yml - edit as needed. $ dctap init /Users/tbaker/dctap.yml