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,