aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-02-14 01:41:09 -0800
committerGitHub <noreply@github.com>2022-02-14 01:41:09 -0800
commitaa13168b4d792e1353802047adc2e50e2d0ae410 (patch)
tree16f11e4e5cefe0dbcd1b45f5ed7bbb16feeeed12 /weed/command/command.go
parent6b4f455b1219f2dea8fd7ac1ccc85a33f826d9dc (diff)
parentfe57a2e770bf666ffb6f901631a7407a593225de (diff)
downloadseaweedfs-aa13168b4d792e1353802047adc2e50e2d0ae410.tar.xz
seaweedfs-aa13168b4d792e1353802047adc2e50e2d0ae410.zip
Merge pull request #2668 from chrislusf/mount2
Mount2
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 dbc18a053..c6665a7be 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -30,6 +30,7 @@ var Commands = []*Command{
cmdMaster,
cmdMasterFollower,
cmdMount,
+ cmdMount2,
cmdS3,
cmdIam,
cmdMsgBroker,