fix option name

This commit is contained in:
Joey Hess 2013-10-10 12:49:54 -04:00
parent c80bc53960
commit 5b70eac659

View file

@ -131,7 +131,7 @@ runActivity :: ScheduledActivity -> Assistant ()
runActivity (ScheduledSelfFsck _ d) = do runActivity (ScheduledSelfFsck _ d) = do
program <- liftIO $ readProgramFile program <- liftIO $ readProgramFile
void $ liftIO $ niceShell $ void $ liftIO $ niceShell $
program ++ " fsck --incremental-schedule=1d --duration=" ++ fromDuration d program ++ " fsck --incremental-schedule=1d --time-limit=" ++ fromDuration d
runActivity (ScheduledRemoteFsck _ _ _) = runActivity (ScheduledRemoteFsck _ _ _) =
debug ["remote fsck not implemented yet"] debug ["remote fsck not implemented yet"]