Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update docs to fix typo
  • Loading branch information
anfoxtrot committed Dec 11, 2021
commit e0c0bb5b37fbcfd7465a8afb98913e8156be1b72
2 changes: 1 addition & 1 deletion pkg/plugins/common/kustomize/v1/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (p *initSubcommand) UpdateMetadata(cliMeta plugin.CLIMetadata, subcmdMeta *
subcmdMeta.Examples = fmt.Sprintf(` # Initialize a common project with your domain and name in copyright
%[1]s init --plugins common/v3 --domain example.org

# Initialize a common project defining an specific project version
# Initialize a common project defining a specific project version
%[1]s init --plugins common/v3 --project-version 3
`, cliMeta.CommandName)
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugins/golang/v2/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (p *initSubcommand) UpdateMetadata(cliMeta plugin.CLIMetadata, subcmdMeta *
subcmdMeta.Examples = fmt.Sprintf(` # Initialize a new project with your domain and name in copyright
%[1]s init --plugins go/v2 --domain example.org --owner "Your name"

# Initialize a new project defining an specific project version
# Initialize a new project defining a specific project version
%[1]s init --plugins go/v2 --project-version 2
`, cliMeta.CommandName)
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugins/golang/v3/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (p *initSubcommand) UpdateMetadata(cliMeta plugin.CLIMetadata, subcmdMeta *
subcmdMeta.Examples = fmt.Sprintf(` # Initialize a new project with your domain and name in copyright
%[1]s init --plugins go/v3 --domain example.org --owner "Your name"

# Initialize a new project defining an specific project version
# Initialize a new project defining a specific project version
%[1]s init --plugins go/v3 --project-version 3
`, cliMeta.CommandName)
}
Expand Down