We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2e4ec commit 3ffa0c2Copy full SHA for 3ffa0c2
internal/cli/cmd/edit.go
@@ -72,7 +72,7 @@ func (cmd *Edit) Run(container *cli.Container) error {
72
return editor.Open(paths...)
73
74
} else {
75
- fmt.Fprintln(os.Stderr, "Found 0 note")
+ fmt.Fprintln(os.Stderr, "Found 0 notes.")
76
return nil
77
}
78
0 commit comments