diff --git a/aeson-pretty.cabal b/aeson-pretty.cabal
--- a/aeson-pretty.cabal
+++ b/aeson-pretty.cabal
@@ -1,5 +1,5 @@
 name:           aeson-pretty
-version:        0.7
+version:        0.7.1
 license:        BSD3
 license-file:   LICENSE
 category:       Text, Web, JSON, Pretty Printer
diff --git a/cli-tool/Main.hs b/cli-tool/Main.hs
--- a/cli-tool/Main.hs
+++ b/cli-tool/Main.hs
@@ -21,7 +21,7 @@
 opts = Opts
     { compact = False &= help "Compact output."
     , indent  = 4     &= help "Number of spaces per nesting-level (default 4)."
-    , sort    = False &= help "Sort objects by key (default false)."
+    , sort    = False &= help "Sort objects by key (default: undefined order)."
     }   &= program prog
         &= summary smry
         &= details info
