1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-02 07:06:44 +02:00

fix help message

This commit is contained in:
Chris Lu 2020-01-01 12:37:38 -08:00
parent 92d1219bb1
commit 88a80ab557
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ func (c *commandVolumeTierDownload) Name() string {
}
func (c *commandVolumeTierDownload) Help() string {
return `move the dat file of a volume to a remote tier
return `download the dat file of a volume from a remote tier
volume.tier.download [-collection=""]
volume.tier.download [-collection=""] -volumeId=<volume_id>

View file

@ -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]