README.md in shared_count-cli-0.0.2 vs README.md in shared_count-cli-0.0.3

- old
+ new

@@ -20,14 +20,20 @@ ```ruby $ shared_count-cli ~/Desktop/file?.txt > ~/Desktop/output.csv ``` -* Launch it in debug mode +* Run it in debug mode ```ruby $ DEBUG=true shared_count-cli ~/Desktop/file?.txt > ~/Desktop/output.csv $ tail -f shared_count-cli.log +``` + +* For more fine control see the available command line options + +```ruby +$ shared_count-cli --help ``` ## Contributing 1. Fork it ( http://github.com/<my-github-username>/shared_count-cli/fork )