Skip to content

Commit 7c03541

Browse files
ringodsCopilot
andauthored
Fix CLI option description
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3e4e8a4 commit 7c03541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func New() *cobra.Command {
126126
f.StringVarP(&dotNetSettings.PackageNamespace, "dotnetNamespace", "", "", "namespace of generated .NET package")
127127
f.StringVarP(&nodejsSettings.PackageNamespace, "nodejsNamespace", "", "", "namespace of generated NodeJS package")
128128
f.StringVarP(&pythonSettings.PackageNamespace, "pythonPackagePrefix", "", "", "prefix of generated Python package")
129-
f.StringVarP(&javaSettings.PackageNamespace, "javaNamespace", "", "", "name of generated Java package")
129+
f.StringVarP(&javaSettings.PackageNamespace, "javaNamespace", "", "", "namespace of generated Java package")
130130

131131
f.StringVarP(&dotNetSettings.OutputDir, "dotnetPath", "", "", "optional .NET output dir")
132132
f.StringVarP(&goSettings.OutputDir, "goPath", "", "", "optional Go output dir")

0 commit comments

Comments
 (0)