Improve some random feedback messages

Also clean up a couple random comments.
This commit is contained in:
Anthony Fok
2015-12-16 20:41:33 -07:00
parent 9c39593dee
commit 3574304c68
4 changed files with 8 additions and 7 deletions

View File

@@ -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