-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cf delete-quota
help text for -f
flag is incorrect
#715
Comments
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/110134680. |
Looks like it's this line: https://github.com/cloudfoundry/cli/blob/master/cf/commands/quota/delete_quota.go#L28. Seems to have been corrupted in the Great Codegangsta Purge. |
Thanks, @ematpl! |
This is updated in the edge release and will be in the next stable release. |
This fix is included in cf CLI release v6.14.1 published today. |
The
-f
flag should have a description likeForce deletion without confirmation
, notCan provision instances of paid service plans
.$ cf help delete-quota NAME: delete-quota - Delete a quota USAGE: cf delete-quota QUOTA [-f] OPTIONS: -f Can provision instances of paid service plans $ cf -v cf version 6.14.0+2654a47-2015-11-18
The text was updated successfully, but these errors were encountered: