diff --git a/cmd/image/import/import.go b/cmd/image/import/import.go index 09a59562..482305a3 100644 --- a/cmd/image/import/import.go +++ b/cmd/image/import/import.go @@ -339,7 +339,7 @@ func init() { Cmd.Flags().DurationVar(&pkg.ImageCMDOptions.WatchTimeout, "watch-timeout", 1*time.Hour, "watch timeout") Cmd.Flags().StringVar(&pkg.ImageCMDOptions.StorageType, "pvs-storagetype", "tier3", fmt.Sprintf("PowerVS Storage type, accepted values are [tier1, tier3, tier0, tier5k].\n%s\n%s\n%s\n%s\nNote: The use of fixed IOPS is limited to volumes with a size of 200 GB or less, which is the break even size with Tier 0 (200 GB @ 25 IOPS/GB = 5000 IOPS).", tier0, tier1, tier3, fixedIOPS)) - // The function call in the line above generates the following output: + // The help section against --pvs-storagetype generates the following output: /* --pvs-storagetype string PowerVS Storage type, accepted values are [tier1, tier3, tier0, tier5k]. Tier 0 | 25 IOPS/GB