mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Correct wrong description of command
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212641409
This commit is contained in:
parent
6987d4e55c
commit
cbe628b37c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue