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; import javax.inject.Inject;
/** Nomulus command that deploys the {@link Spec11Pipeline} template. */ /** 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 { public class DeploySpec11PipelineCommand implements Command {
@Inject Spec11Pipeline spec11Pipeline; @Inject Spec11Pipeline spec11Pipeline;