summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2016-04-05 11:39:25 -0400
committerJoey Hess2016-04-05 11:39:25 -0400
commit0bfd770ff2d8074cdfd7d3fac0c6dd55c1c15219 (patch)
tree3b9d27f3a97f1224a47aa2887f000469b04c97c4 /src
parentd451d5f8f8be24d8e16459c85ebf53c152761610 (diff)
parent7070899c187a3d2c6be538b8497428a23ae096f3 (diff)
Merge branch 'master' into joeyconfig
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/Mount.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Mount.hs b/src/Propellor/Property/Mount.hs
index 5921755c..943986c6 100644
--- a/src/Propellor/Property/Mount.hs
+++ b/src/Propellor/Property/Mount.hs
@@ -19,7 +19,7 @@ type Source = String
-- | A mount point for a filesystem.
type MountPoint = FilePath
--- | Filesystem mount options. Eg, "errors=remount-ro"
+-- | Filesystem mount options. Eg, MountOpts ["errors=remount-ro"]
newtype MountOpts = MountOpts [String]
deriving Monoid