diff --git a/cli/app/volume.go b/cli/app/volume.go index a78bb65e..233b5986 100644 --- a/cli/app/volume.go +++ b/cli/app/volume.go @@ -71,7 +71,7 @@ var AppVolumeListCommand = &cobra.Command{ } var AppVolumeRemoveCommand = &cobra.Command{ - Use: "remove [flags]", + Use: "remove [volume] [flags]", Short: "Remove volume(s) associated with an app", Long: `Remove volumes associated with an app. @@ -83,6 +83,11 @@ you to make a seclection. Use the "?" key to see more help on navigating this interface. Passing "--force/-f" will select all volumes for removal. Be careful.`, + Example: ` # delete volumes interactively + abra app volume rm 1312.net + + # delete specific volume + abra app volume rm 1312.net my_volume`, Aliases: []string{"rm"}, Args: cobra.MinimumNArgs(1), ValidArgsFunction: func(