clean up params in usage display

This commit is contained in:
Joey Hess 2011-09-15 14:33:37 -04:00
parent 984c9fc052
commit 9fe3c6d211
16 changed files with 25 additions and 24 deletions

View file

@ -11,7 +11,7 @@ import Command
import qualified Command.Move
command :: [Command]
command = [repoCommand "copy" paramPath seek
command = [repoCommand "copy" paramPaths seek
"copy content of files to/from another repository"]
-- A copy is just a move that does not delete the source file.