Skip to content

Commit

Permalink
add short flag for --update-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dlinsley authored and drich10 committed Dec 4, 2024
1 parent ed94d44 commit 8273461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/update_stemcell.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type UpdateStemcell struct {

Version string `short:"v" long:"version" required:"true" description:"desired version of stemcell"`
ReleasesDir string `short:"rd" long:"releases-directory" default:"releases" description:"path to a directory to download releases into"`
UpdateReleases bool `long:"update-releases" description:"finds latest matching releases for new stemcell version"`
UpdateReleases bool `short:"ur" long:"update-releases" description:"finds latest matching releases for new stemcell version"`
}
FS billy.Filesystem
MultiReleaseSourceProvider MultiReleaseSourceProvider
Expand Down

0 comments on commit 8273461

Please sign in to comment.