From cbe628b37c72fcaea9ae069359c3d8393d81be7e Mon Sep 17 00:00:00 2001 From: weiminyu Date: Wed, 12 Sep 2018 08:13:09 -0700 Subject: [PATCH] Correct wrong description of command ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212641409 --- java/google/registry/tools/DeploySpec11PipelineCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/tools/DeploySpec11PipelineCommand.java b/java/google/registry/tools/DeploySpec11PipelineCommand.java index bf0438e47..8090811e5 100644 --- a/java/google/registry/tools/DeploySpec11PipelineCommand.java +++ b/java/google/registry/tools/DeploySpec11PipelineCommand.java @@ -19,7 +19,7 @@ import google.registry.beam.spec11.Spec11Pipeline; import javax.inject.Inject; /** Nomulus command that deploys the {@link Spec11Pipeline} template. */ -@Parameters(commandDescription = "Deploy the invoicing pipeline to GCS.") +@Parameters(commandDescription = "Deploy the Spec11 pipeline to GCS.") public class DeploySpec11PipelineCommand implements Command { @Inject Spec11Pipeline spec11Pipeline;