Skip to content

Commit

Permalink
Documentation for -trash
Browse files Browse the repository at this point in the history
  • Loading branch information
osvik committed Sep 9, 2017
1 parent 9dd2358 commit 4a15986
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ The filenames describe it's content and running the script again will overwrite

Open this files with your plain/code text editor and investigate the inconsistencies in both your CRM and mailing programs.

#### Delete files created by ecompare

To delete the 3 files created by ecompare:

```
./ecompare -trash
```

## Install

1. Download the [latest version of the binary code](https://github.com/greenpeace/ecompare/releases/) for your operating system to your desktop folder.
Expand Down
8 changes: 6 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Compare CSV files
Download both files as csvs to the same folder as the script. Then, using the command line run the script as:
./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)
-A and -B specify the names of both files.
Get details about the comparison
Expand Down Expand Up @@ -66,6 +66,10 @@ The filenames describe it's content and running the script again will overwrite
Open this files with your plain/code text editor and investigate the inconsistencies in both your CRM and mailing programs.
To delete the 3 files created by ecompare:
./ecompare -trash
.
*/
package main
1 change: 1 addition & 0 deletions help.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Comand line options:
-A=fileA.csv File A name
-B=fileB.csv File B name
-debug=true Debug the script
-trash To delete the 3 files created by ecompare
`
fmt.Printf(textToPrint)
Expand Down

0 comments on commit 4a15986

Please sign in to comment.