summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/Adjust.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Command/Adjust.hs b/Command/Adjust.hs
index 8c62c144c..204fd057a 100644
--- a/Command/Adjust.hs
+++ b/Command/Adjust.hs
@@ -21,6 +21,10 @@ optParser _ =
( long "unlock"
<> help "unlock annexed files"
)
+ <|> flag' FixAdjustment
+ ( long "fix"
+ <> help "fix symlinks to annnexed files"
+ )
{- Not ready yet
<|> flag' HideMissingAdjustment
( long "hide-missing"