Skip to content

Commit 670f1bf

Browse files
committed
clarify usage text on init --repo flag
1 parent b46a3c2 commit 670f1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/init_project.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (o *projectOptions) bindCmdlineFlags(cmd *cobra.Command) {
104104
cmd.Flags().StringVar(&o.boilerplate.Owner, "owner", "", "Owner to add to the copyright")
105105

106106
// project args
107-
cmd.Flags().StringVar(&o.project.Repo, "repo", "", "name of the github repo. "+
107+
cmd.Flags().StringVar(&o.project.Repo, "repo", "", "name to use for go module, e.g. github.com/user/repo. "+
108108
"defaults to the go package of the current working directory.")
109109
cmd.Flags().StringVar(&o.project.Domain, "domain", "my.domain", "domain for groups")
110110
cmd.Flags().StringVar(&o.project.Version, "project-version", project.Version2, "project version")

0 commit comments

Comments
 (0)