Skip to content

Commit

Permalink
Add urls to readme, help and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
osvik committed Oct 22, 2017
1 parent 2556233 commit db6e27c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Download both files as csvs to the same folder as the script. Then, using the co
./ecompare -data=emails -A=fileA.csv -B=fileB.csv
```

* `-data` specifies the type of data to compare. It can be `emails`, `sha256` or `dni` (Spanish ID numbers)
* `-data` specifies the type of data to compare. It can be `emails`, `sha256`, `urls` or `dni` (Spanish ID numbers)
* `-A` and `-B` specify the names of both files.

#### Get details about the comparison
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Download both files as csvs to the same folder as the script. Then, using the co
./ecompare -data=emails -A=fileA.csv -B=fileB.csv
-data specifies the type of data to compare. It can be emails, sha256 or dni (Spanish ID numbers)
-data specifies the type of data to compare. It can be emails, sha256, urls or dni (Spanish ID numbers)
-A and -B specify the names of both files.
Expand Down
4 changes: 2 additions & 2 deletions help.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func helpMe() {
Script to compare unique data from two text files, named A and B
- unique data includes emails or sha256
- unique data includes emails, sha256, urls or dni
- text files include csv, txt, sql or html
Use the options as in this example:
Expand All @@ -30,7 +30,7 @@ Each time the script runs it overwrites this 3 files.
Comand line options:
-help Display this help
-data=emails What to compare in the files. It can be "emails", "sha256" or "dni". By default it compares emails.
-data=emails What to compare in the files. It can be "emails", "sha256", "urls" or "dni". By default it compares emails.
-A=fileA.csv File A name
-B=fileB.csv File B name
-debug=true Debug the script
Expand Down

0 comments on commit db6e27c

Please sign in to comment.