diff options
Diffstat (limited to 'Command/Fix.hs')
-rw-r--r-- | Command/Fix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Fix.hs b/Command/Fix.hs index 004754871..513e07a31 100644 --- a/Command/Fix.hs +++ b/Command/Fix.hs @@ -18,7 +18,7 @@ import Content import Messages command :: [Command] -command = [Command "fix" paramPath seek +command = [repoCommand "fix" paramPath seek "fix up symlinks to point to annexed content"] seek :: [CommandSeek] |