Note that immediate deletion is for exceptional circumstances only (#962)

* Note that immediate deletion is for exceptional circumstances only
This commit is contained in:
Ben McIlwain 2021-02-17 13:10:12 -05:00 committed by GitHub
parent 4ce790d29e
commit a26905d39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,10 @@ final class DeleteDomainCommand extends MutatingEppToolCommand {
@Parameter( @Parameter(
names = {"--immediately"}, names = {"--immediately"},
description = "Whether to bypass grace periods and delete the domain immediately.") description =
"Whether to bypass grace periods and delete the domain immediately. This should only be"
+ " used in exceptional circumstances as it violates the normal expected domain"
+ " lifecycle.")
private boolean immediately = false; private boolean immediately = false;
@Parameter( @Parameter(