]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - email-validator.cabal
Update the documentation to eliminate the "--input" and "--output" flags.
[email-validator.git] / email-validator.cabal
index 9bdbfef1c0d68c6cca01ed9c635cebf0a7d090e0..667c9988956bad57fadd934b580c343fc890b1f1 100644 (file)
@@ -33,18 +33,17 @@ description:
   This will set the number of threads to 25:
   .
   @
-  $ email-validator -i addresses.csv +RTS -N25
+  $ email-validator +RTS -N25 < addresses.csv
   @
   .
   /Input/
   .
-  The @input@ file (default: stdin) should be a list of email addresses,
+  The @input@ (via stdin) should be a list of email addresses,
   one per line. Empty lines will be ignored.
   .
   /Output/
   .
-  Valid email addresses will be written to the output file (default:
-  stdout), one per line.
+  Valid email addresses will be written to stdout, one per line.
 
 
 executable email-validator