diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-07 14:00:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-07 14:00:23 -0400 |
commit | b08f7c428b4bc9eabd95596d08594ddd1057a0bf (patch) | |
tree | 3fe64e4aed018bd413bc4c14b63ba556f54fed5d | |
parent | 97ba3a118de0e37b3f7dac8fd299a727e6859319 (diff) |
better usage
-rw-r--r-- | Command/Reinject.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Reinject.hs b/Command/Reinject.hs index 3de24f3fc..1277edf90 100644 --- a/Command/Reinject.hs +++ b/Command/Reinject.hs @@ -14,7 +14,7 @@ import Annex.Content import qualified Command.Fsck def :: [Command] -def = [command "reinject" (paramPair paramPath paramPath) seek +def = [command "reinject" (paramPair "SRC" "DEST") seek "sets content of annexed file"] seek :: [CommandSeek] |