diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-02 11:49:40 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-02 11:49:40 -0700 |
| commit | fe60c6ef9a09f2190926a49aaf3c15ab29bf5812 (patch) | |
| tree | b78613564a7972e4a082d72b9255c83f98a3653d /weed/command/command.go | |
| parent | 0ca641f33ca334eb6bb6004806054510918372ab (diff) | |
| download | seaweedfs-fe60c6ef9a09f2190926a49aaf3c15ab29bf5812.tar.xz seaweedfs-fe60c6ef9a09f2190926a49aaf3c15ab29bf5812.zip | |
minor changes
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index 022aba194..9ae93fe61 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -8,6 +8,8 @@ import ( ) var Commands = []*Command{ + cmdAutocomplete, + cmdUnautocomplete, cmdBackup, cmdBenchmark, cmdCompact, @@ -36,8 +38,6 @@ var Commands = []*Command{ cmdVersion, cmdVolume, cmdWebDav, - cmdAutocomplete, - cmdUnautocomplete, } type Command struct { |
