From c88ec4c482823625fbaf8017f655262b91c341a2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 15 Mar 2015 14:55:44 -0400 Subject: [PATCH] forgot one thing --- CmdLine/GitAnnex.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs index 789c2d20a8..f25af34b36 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -151,6 +151,7 @@ cmds = concat , Command.LookupKey.cmd , Command.ExamineKey.cmd , Command.FromKey.cmd + , Command.RegisterUrl.cmd , Command.DropKey.cmd , Command.TransferKey.cmd , Command.TransferKeys.cmd