tweak wording

This commit is contained in:
Joey Hess 2014-02-20 16:00:41 -04:00
parent 9edc3a735d
commit 1428390300
2 changed files with 4 additions and 4 deletions

View file

@ -67,7 +67,6 @@ seek :: CommandSeek
seek ps = do
from <- getOptionField fsckFromOption Remote.byNameWithUUID
i <- getIncremental
liftIO $ print i
withKeyOptions
(\k -> startKey i k =<< getNumCopies)
(withFilesInGit $ whenAnnexed $ start from i)