diff options
Diffstat (limited to 'Command/Unannex.hs')
-rw-r--r-- | Command/Unannex.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Unannex.hs b/Command/Unannex.hs index c105eb9ce..e8cf70f51 100644 --- a/Command/Unannex.hs +++ b/Command/Unannex.hs @@ -22,8 +22,8 @@ import qualified Git.DiffTree as DiffTree import Utility.CopyFile import Command.PreCommit (lockPreCommitHook) -def :: [Command] -def = [command "unannex" paramPaths seek SectionUtility +cmd :: [Command] +cmd = [command "unannex" paramPaths seek SectionUtility "undo accidential add command"] seek :: CommandSeek |