Skip to content

Commit 5749355

Browse files
authored
Merge pull request #24 from kcoyle/patch-2
change generate to read
2 parents c27b9b7 + 78330e0 commit 5749355

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Run without arguments, "dctap" shows what options and commands are available.
9090
9191
Examples:
9292
93-
$ dctap generate my_profile.csv
94-
$ dctap generate --json my_profile.csv
95-
$ dctap generate --expand-prefixes my_profile.csv
96-
$ dctap generate --warnings my_profile.csv
97-
$ dctap generate --warnings --expand-prefixes --json my_profile.csv
93+
$ dctap read my_profile.csv
94+
$ dctap read --json my_profile.csv
95+
$ dctap read --expand-prefixes my_profile.csv
96+
$ dctap read --warnings my_profile.csv
97+
$ dctap read --warnings --expand-prefixes --json my_profile.csv
9898
$ dctap init
9999
Built-in settings written to dctap.yml - edit as needed.
100100
$ dctap init /Users/tbaker/dctap.yml

0 commit comments

Comments
 (0)