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(