Skip to content

Commit de91d76

Browse files
committed
Remove the help message for CustomCreateQuestions
1 parent 32898e7 commit de91d76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkg/registry/defaults.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,13 @@ var (
111111
Name: "backend",
112112
Prompt: &survey.Input{
113113
Message: "Enter URL to the custom backend repository:",
114-
Help: "No need to specify `http://` or `https://` protocol.",
115114
},
116115
Validate: survey.Required,
117116
},
118117
{
119118
Name: "frontend",
120119
Prompt: &survey.Input{
121120
Message: "Enter URL to the custom frontend repository:",
122-
Help: "No need to specify `http://` or `https://` protocol.",
123121
Default: "none",
124122
},
125123
},

0 commit comments

Comments
 (0)