summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Mount.hs
diff options
context:
space:
mode:
authorJoey Hess2016-04-05 11:09:57 -0400
committerJoey Hess2016-04-05 11:09:57 -0400
commit7070899c187a3d2c6be538b8497428a23ae096f3 (patch)
tree4e1e57417e02b2967a6e6edfb0bbbf81b65706d7 /src/Propellor/Property/Mount.hs
parent88dbf97a3678325340a7c10608c9552e0516faaf (diff)
comment
Diffstat (limited to 'src/Propellor/Property/Mount.hs')
-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