diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-01 12:37:38 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-01 12:37:38 -0800 |
| commit | 88a80ab557712128934b9bb90c26d5a8e205d99d (patch) | |
| tree | e8e4b74a709068d0e995d67f52d364e17fe0c97c /weed/shell/command_volume_tier_upload.go | |
| parent | 92d1219bb153cf6922481f21308ce203757bae6d (diff) | |
| download | seaweedfs-88a80ab557712128934b9bb90c26d5a8e205d99d.tar.xz seaweedfs-88a80ab557712128934b9bb90c26d5a8e205d99d.zip | |
fix help message
Diffstat (limited to 'weed/shell/command_volume_tier_upload.go')
| -rw-r--r-- | weed/shell/command_volume_tier_upload.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_tier_upload.go b/weed/shell/command_volume_tier_upload.go index b3a0d9fe8..0a9e6165f 100644 --- a/weed/shell/command_volume_tier_upload.go +++ b/weed/shell/command_volume_tier_upload.go @@ -26,7 +26,7 @@ func (c *commandVolumeTierUpload) Name() string { } func (c *commandVolumeTierUpload) Help() string { - return `move the dat file of a volume to a remote tier + return `upload the dat file of a volume to a remote tier volume.tier.upload [-collection=""] [-fullPercent=95] [-quietFor=1h] volume.tier.upload [-collection=""] -volumeId=<volume_id> -dest=<storage_backend> [-keepLocalDatFile] |
