summaryrefslogtreecommitdiffstats
path: root/create/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'create/content.go')
-rw-r--r--create/content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/content.go b/create/content.go
index e56c5c951..3607e0139 100644
--- a/create/content.go
+++ b/create/content.go
@@ -113,7 +113,7 @@ func NewContent(kind, name string) (err error) {
editor := viper.GetString("NewContentEditor")
if editor != "" {
- jww.FEEDBACK.Printf("Editing %s in %s.\n", name, editor)
+ jww.FEEDBACK.Printf("Editing %s with %q ...\n", name, editor)
cmd := exec.Command(editor, helpers.AbsPathify(path.Join(viper.GetString("contentDir"), name)))
cmd.Stdin = os.Stdin