diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+1.4.4
+
+* Fix small mistake in tutorial
+
 1.4.3
 
 * Increase upper bound on `doctest`
diff --git a/src/Turtle/Tutorial.hs b/src/Turtle/Tutorial.hs
--- a/src/Turtle/Tutorial.hs
+++ b/src/Turtle/Tutorial.hs
@@ -1550,7 +1550,7 @@
 -- >              <*> argPath "dest" "The destination file"
 -- >
 -- > main = do
--- >     (src, dest) <- options "A simple `cp` script" parser
+-- >     (src, dest) <- options "A simple `cp` utility" parser
 -- >     cp src dest
 --
 -- If you run the script without any arguments, you will get an auto-generated
diff --git a/turtle.cabal b/turtle.cabal
--- a/turtle.cabal
+++ b/turtle.cabal
@@ -1,5 +1,5 @@
 Name: turtle
-Version: 1.4.3
+Version: 1.4.4
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
