Skip to content

Commit

Permalink
Correct wrong description of command
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212641409
  • Loading branch information
weiminyu authored and CydeWeys committed Sep 14, 2018
1 parent 6987d4e commit cbe628b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@
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;
Expand Down

0 comments on commit cbe628b

Please sign in to comment.