diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-05 11:09:57 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-05 11:09:57 -0400 |
| commit | 7070899c187a3d2c6be538b8497428a23ae096f3 (patch) | |
| tree | 4e1e57417e02b2967a6e6edfb0bbbf81b65706d7 /src | |
| parent | 88dbf97a3678325340a7c10608c9552e0516faaf (diff) | |
comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Mount.hs | 2 |
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 |
