mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 10:16:07 +02: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:
parent
4ce790d29e
commit
a26905d39a
1 changed files with 4 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue