1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 07:33:42 +00:00

Correct wrong description of command

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212641409
This commit is contained in:
weiminyu
2018-09-12 08:13:09 -07:00
committed by Ben McIlwain
parent 6987d4e55c
commit cbe628b37c

View File

@@ -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;