diff --git a/USAGE.txt b/USAGE.txt
new file mode 100644
--- /dev/null
+++ b/USAGE.txt
@@ -0,0 +1,5 @@
+Usage:
+  jot [--config=<file>]
+
+Options:
+  -c, --config=<file>  Path to the dhall or YAML config file.
diff --git a/jot.cabal b/jot.cabal
--- a/jot.cabal
+++ b/jot.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: d8ceea693aae4f57c2e508e7aa119309985fb4d40923b3f013e7c07d0bbd9c2d
+-- hash: 7edd4fcd8e8b02c37e312699b1b8f7910aa96544dd1eb3dcf48641f681ee1a01
 
 name:           jot
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Tiny markdown notebook
 description:    Jot is a little notebook. It makes little notepages with timestamps that you can customize.
 category:       CLI
@@ -22,6 +22,7 @@
     ChangeLog.md
     LICENSE
     README.md
+    USAGE.txt
 
 executable jot
   main-is: Main.hs
