Remove mention of unsupported feature (#205)

This commit is contained in:
Sung Won Cho 2019-06-12 20:20:07 +10:00 committed by GitHub
commit ca03c8576a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ var example = `
func NewCmd(ctx infra.DnoteCtx) *cobra.Command {
cmd := &cobra.Command{
Use: "edit",
Short: "Edit a note or a book",
Short: "Edit a note",
Aliases: []string{"e"},
Example: example,
PreRunE: preRun,