Skip to content

Commit 2014587

Browse files
authored
Fix unclear terminology in add command: "components" → "repositories" (#3698)
1 parent b1dabc6 commit 2014587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cli/add_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var addLog = logger.New("cli:add_command")
2222
func NewAddCommand(validateEngine func(string) error) *cobra.Command {
2323
cmd := &cobra.Command{
2424
Use: "add <workflow>...",
25-
Short: "Add one or more workflows from the components to .github/workflows",
25+
Short: "Add workflows from repositories to .github/workflows",
2626
Long: `Add one or more workflows from repositories to .github/workflows.
2727
2828
Examples:

0 commit comments

Comments
 (0)