about summary refs log tree commit diff stats
path: root/commands/account/select.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/select.go')
-rw-r--r--commands/account/select.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/account/select.go b/commands/account/select.go
index bd44c1b..707f6c9 100644
--- a/commands/account/select.go
+++ b/commands/account/select.go
@@ -8,6 +8,7 @@ import (
 )
 
 func init() {
+	register("select", SelectMessage)
 	register("select-message", SelectMessage)
 }