Browse Source

fix help message

pull/1189/head
Chris Lu 5 years ago
parent
commit
88a80ab557
  1. 2
      weed/shell/command_volume_tier_download.go
  2. 2
      weed/shell/command_volume_tier_upload.go

2
weed/shell/command_volume_tier_download.go

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

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

Loading…
Cancel
Save