Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Fix run help string
Browse files Browse the repository at this point in the history
  • Loading branch information
me committed Jan 4, 2018
1 parent 16c944b commit a3e88e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/pipeline/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var runCmd = &cobra.Command{
Use: "run [pipeline_yaml]",
Short: "Run a pipeline or a pipeline step",
Args: cobra.ExactArgs(1),
Long: `Store data into S3 under a versioned path, and update HEAD.
Long: `Run a pipeline (or a single step) on the Kubernetes cluster.
Example:
Expand Down

0 comments on commit a3e88e3

Please sign in to comment.