diff options
Diffstat (limited to 'Command/Move.hs')
-rw-r--r-- | Command/Move.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Move.hs b/Command/Move.hs index a081a863f..88da92f0a 100644 --- a/Command/Move.hs +++ b/Command/Move.hs @@ -20,7 +20,7 @@ import UUID import Messages command :: [Command] -command = [repoCommand "move" paramPath seek +command = [repoCommand "move" paramPaths seek "move content of files to/from another repository"] seek :: [CommandSeek] |