diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Fsck.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs index fe1d35162..9af6a4a7c 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -474,7 +474,7 @@ getFsckTime key = do then Just $ modificationTime s else Nothing -{- Records the start time of an interactive fsck. +{- Records the start time of an incremental fsck. - - To guard against time stamp damange (for example, if an annex directory - is copied without -a), the fsckstate file contains a time that should |