diff --git a/USAGE.txt b/USAGE.txt
new file mode 100644
--- /dev/null
+++ b/USAGE.txt
@@ -0,0 +1,10 @@
+Usage:
+    stack-hpc-coveralls [options] <package-name> <suite-name>
+
+Options:
+    -h --help           show this help
+    --hpc-dir=<path>    base HPC directory
+    --mix-dir=<path>    directory in which HPC stores mix files
+    --repo-token        Coveralls repo token
+    --partial-coverage  allow partial line coverage
+    --dont-send         display Coveralls JSON instead of sending it
diff --git a/stack-hpc-coveralls.cabal b/stack-hpc-coveralls.cabal
--- a/stack-hpc-coveralls.cabal
+++ b/stack-hpc-coveralls.cabal
@@ -1,5 +1,5 @@
 name:                stack-hpc-coveralls
-version:             0.0.0.2
+version:             0.0.0.3
 synopsis:            Initial project template from stack
 description:         Please see README.md
 homepage:            http://github.com/rubik/stack-hpc-coveralls
@@ -12,6 +12,7 @@
 build-type:          Simple
 extra-source-files:
     stack.yaml
+    USAGE.txt
 cabal-version:       >=1.18
 
 library
