From ca03c8576a6a9abae1c8454ea98ff7eddc10092a Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Wed, 12 Jun 2019 20:20:07 +1000 Subject: [PATCH] Remove mention of unsupported feature (#205) --- cli/cmd/edit/edit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/edit/edit.go b/cli/cmd/edit/edit.go index 03ffa6b5..71b7216f 100644 --- a/cli/cmd/edit/edit.go +++ b/cli/cmd/edit/edit.go @@ -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,