Skip to content

Commit

Permalink
Fix documentation for Flag change
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinkarthik committed Apr 23, 2018
1 parent 57be4b9 commit 4973ec1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ Dataset is used from this [blog](https://blog.majestic.com/development/majestic-
- On run of csvdiff

```bash
% csvdiff run --base ./examples/base-small.csv --delta ./examples/delta-small.csv --key-positions 0
2018/04/15 19:15:48 Generated Digest for base
2018/04/15 19:15:48 Generated Digest for delta
2018/04/15 19:15:48 Additions Count: 1
% csvdiff run --base ./examples/base-small.csv --delta ./examples/delta-small.csv --primary-key 0

# Additions: 1

24564,907,completely-newsite.com,com,19827,32902,completely-newsite.com,com,1621,909,19787,32822
2018/04/15 19:15:48 Modifications Count: 1

# Modifications: 1

69,1048,aol.com,com,97543,225532,aol.com,com,70,49,97328,224491
2018/04/23 21:43:30 csvdiff took 1.361831ms
```

0 comments on commit 4973ec1

Please sign in to comment.