summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-15 14:55:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-15 14:55:44 -0400
commit0c3d5c8ee64f93e8494a048572bc1452cf69e046 (patch)
tree1b94ae5a22af62e291ba62b89d0af7b438377464
parent54fb509a954826711b0cdd8f6ef15b65922580a4 (diff)
forgot one thing
-rw-r--r--CmdLine/GitAnnex.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs
index 789c2d20a..f25af34b3 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