clean up params in usage display
This commit is contained in:
parent
984c9fc052
commit
9fe3c6d211
16 changed files with 25 additions and 24 deletions
|
@ -12,7 +12,7 @@ import qualified Command.Add
|
|||
import qualified Command.Fix
|
||||
|
||||
command :: [Command]
|
||||
command = [repoCommand "pre-commit" paramPath seek "run by git pre-commit hook"]
|
||||
command = [repoCommand "pre-commit" paramPaths seek "run by git pre-commit hook"]
|
||||
|
||||
{- The pre-commit hook needs to fix symlinks to all files being committed.
|
||||
- And, it needs to inject unlocked files into the annex. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue