diff options
| author | guol-fnst <goul-fnst@fujitsu.com> | 2022-06-14 19:10:54 +0800 |
|---|---|---|
| committer | guol-fnst <goul-fnst@fujitsu.com> | 2022-06-14 19:10:54 +0800 |
| commit | 78fc9cdfa0cdd973d68be432cdcefb804ae5b723 (patch) | |
| tree | e31891aaf9f169c0332aa917538f0a127bd30452 /weed/command/command.go | |
| parent | 322dbcf372d75f144b01a17b2a19195fe43b038a (diff) | |
| download | seaweedfs-78fc9cdfa0cdd973d68be432cdcefb804ae5b723.tar.xz seaweedfs-78fc9cdfa0cdd973d68be432cdcefb804ae5b723.zip | |
add "copied from https://github.com/restic/restic/tree/master/internal/selfupdate"
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index b16de3eba..7635405dc 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -37,8 +37,8 @@ var Commands = []*Command{ cmdScaffold, cmdServer, cmdShell, - cmdUpload, cmdUpdate, + cmdUpload, cmdVersion, cmdVolume, cmdWebDav, |
