mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Remove mention of unsupported feature (#205)
This commit is contained in:
parent
1ff5ae6a37
commit
ca03c8576a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue