From a26905d39a7cd188ab4e34bae2c17e58b7cf7f65 Mon Sep 17 00:00:00 2001 From: Ben McIlwain Date: Wed, 17 Feb 2021 13:10:12 -0500 Subject: [PATCH] Note that immediate deletion is for exceptional circumstances only (#962) * Note that immediate deletion is for exceptional circumstances only --- .../main/java/google/registry/tools/DeleteDomainCommand.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/google/registry/tools/DeleteDomainCommand.java b/core/src/main/java/google/registry/tools/DeleteDomainCommand.java index 35ee93b0d..7989dc02d 100644 --- a/core/src/main/java/google/registry/tools/DeleteDomainCommand.java +++ b/core/src/main/java/google/registry/tools/DeleteDomainCommand.java @@ -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(