diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -79,7 +79,8 @@
                ))
            <*> optional
                ( subparser
-                 (command "hoogle" (info (HoogleCall <$> (some (argument str (metavar "ARGS...")))) (progDesc"Run Hoogle with proper sandboxing options")) 
+                 (command "hoogle" (info (HoogleCall <$> (some (argument str (metavar "ARGS..."))))
+                                         (progDesc"Run Hoogle with proper sandboxing options" <> noIntersperse))
                  )
                )
 
diff --git a/hoogle-index.cabal b/hoogle-index.cabal
--- a/hoogle-index.cabal
+++ b/hoogle-index.cabal
@@ -1,5 +1,5 @@
 name:                hoogle-index
-version:             0.4.1
+version:             0.4.2
 synopsis:            Easily generate Hoogle indices for installed packages
 description:
     'hoogle-index' is a small utility for generating indicies for local
