aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index e3aff4f97..65ddce717 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -9,6 +9,7 @@ import (
)
var Commands = []*Command{
+ cmdAdmin,
cmdAutocomplete,
cmdUnautocomplete,
cmdBackup,