Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 631e722

Browse files
Tal Usvyatskydbasner
andcommitted
Change patch-version help text to be more clear
[#169603689](https://www.pivotaltracker.com/story/show/169603689) As a platform operator I can understand the purpose of the \patch-version" flag more clearly as a result of the help text" Co-authored-by: Daniel Basner <dbasner@pivotal.io>
1 parent f6521f4 commit 631e722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commandparser/package_stemcell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func (p *PackageCmd) SetFlags(f *flag.FlagSet) {
112112

113113
f.StringVar(&p.outputConfig.OutputDir, "outputDir", "", "Output directory, default is the current working directory.")
114114
f.StringVar(&p.outputConfig.OutputDir, "o", "", "Output directory (shorthand)")
115-
f.StringVar(&patchVersion, "patch-version", "", "String appended at end of stemcell version as a patch version. (Optional)")
115+
f.StringVar(&patchVersion, "patch-version", "", "Number or name of the patch version for the stemcell being built (e.g: for 2019.12.3 the string would be \"3\")")
116116
}
117117

118118
func (p *PackageCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus {

0 commit comments

Comments
 (0)