diff --git a/git-sanity.cabal b/git-sanity.cabal
--- a/git-sanity.cabal
+++ b/git-sanity.cabal
@@ -1,8 +1,5 @@
--- Initial git-sanity.cabal generated by cabal init.  For further 
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                git-sanity
-version:             0.0.1
+version:             0.0.2
 synopsis:            A sanity checker for your git history.
 description:
   This tool allow you sanity check the history of local git repository.
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -21,7 +21,7 @@
           , "When no <revision range> is specified, it defaults to HEAD (i.e. the whole history leading to the current commit)."
           , ""
           , "In order to integrate nicely as a pre-push githooks (http://git-scm.com/docs/githooks.html),"
-          , "a <revision range> of 'origin/$branch..HEAD'[1] can be used to specifies all the commits reachable from the current commit (i.e. HEAD), but not from origin."
+          , "a <revision range> of 'origin/$branch~1..HEAD'[1] can be used."
           , ""
           , "[1] Where 'branch' is a variable defined as 'branch=$(git symbolic-ref --short HEAD)'" ]
 
