Fixed typo in the example for edit (#112)

This commit is contained in:
martaccmoreno 2018-09-11 09:20:03 +01:00 committed by Sung Won Cho
commit a8702062fe

View file

@ -19,7 +19,7 @@ var example = `
dnote edit js 3
* Skip the prompt by providing new content directly
dntoe edit js 3 -c "new content"`
dnote edit js 3 -c "new content"`
func NewCmd(ctx infra.DnoteCtx) *cobra.Command {
cmd := &cobra.Command{