diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -111,6 +111,7 @@
             exitFailure
         ("get-default":_) -> putStrLn =<< findDefault
         ("--help":_) -> exitUsage
+        ("-h":_) -> exitUsage
         ("help":_) -> exitUsage
         ("--":name:as) -> stackRun name as
         (name:as) -> stackRun name as
diff --git a/stack-run.cabal b/stack-run.cabal
--- a/stack-run.cabal
+++ b/stack-run.cabal
@@ -1,5 +1,5 @@
 name:                stack-run
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            An equivalent to cabal run for stack.
 description:         Finds the project root, compiles your code and runs the
                      first or set default executable. It's a shorthand for
