better usage

This commit is contained in:
Joey Hess 2011-11-07 14:00:23 -04:00
parent 97ba3a118d
commit b08f7c428b

View file

@ -14,7 +14,7 @@ import Annex.Content
import qualified Command.Fsck import qualified Command.Fsck
def :: [Command] def :: [Command]
def = [command "reinject" (paramPair paramPath paramPath) seek def = [command "reinject" (paramPair "SRC" "DEST") seek
"sets content of annexed file"] "sets content of annexed file"]
seek :: [CommandSeek] seek :: [CommandSeek]