X Tutup
Skip to content

Commit 7aa186f

Browse files
committed
make prompt match mockup more
1 parent 115cc30 commit 7aa186f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/surveyext/editor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var EditorQuestionTemplate = `
4949
{{- else }}
5050
{{- if and .Help (not .ShowHelp)}}{{color "cyan"}}[{{ .Config.HelpInput }} for help]{{color "reset"}} {{end}}
5151
{{- if and .Default (not .HideDefault)}}{{color "white"}}({{.Default}}) {{color "reset"}}{{end}}
52-
{{- color "cyan"}}[e: launch {{ .EditorName }}][enter: skip for now] {{color "reset"}}
52+
{{- color "cyan"}}[(e) to launch {{ .EditorName }}, enter to skip] {{color "reset"}}
5353
{{- end}}`
5454

5555
// EXTENDED to pass editor name (to use in prompt)

0 commit comments

Comments
 (0)
X Tutup