Skip to content

Commit

Permalink
Merge pull request #2591 from buildkite/artifact-search-docs-fix
Browse files Browse the repository at this point in the history
Clear up artifact downlad step flag docs
  • Loading branch information
moskyb authored Jan 23, 2024
2 parents 6bdd654 + 30fa0cd commit f26cdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicommand/artifact_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var ArtifactDownloadCommand = cli.Command{
cli.StringFlag{
Name: "step",
Value: "",
Usage: "Scope the search to a particular step by using either its name or job ID",
Usage: "Scope the search to a particular step. Can be the step's key or label, or a Job ID",
},
cli.StringFlag{
Name: "build",
Expand Down

0 comments on commit f26cdbe

Please sign in to comment.