1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

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

View File

@@ -37,7 +37,10 @@ final class DeleteDomainCommand extends MutatingEppToolCommand {
@Parameter(
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;
@Parameter(