Skip to content

Commit 8557d88

Browse files
GokceGKjoaopalet
andauthored
Update internal/cmd/beta/volume/resize/resize.go
Co-authored-by: João Palet <joao.palet@outlook.com>
1 parent 038f50a commit 8557d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/beta/volume/resize/resize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
8585
}
8686

8787
func configureFlags(cmd *cobra.Command) {
88-
cmd.Flags().Int64(sizeFlag, 0, "Volume size")
88+
cmd.Flags().Int64(sizeFlag, 0, "Volume size (GB)")
8989

9090
err := flags.MarkFlagsRequired(cmd, sizeFlag)
9191
cobra.CheckErr(err)

0 commit comments

Comments
 (0)