mirror of
https://github.com/dnote/dnote
synced 2026-03-18 00:09:56 +01:00
Fixed typo in the example for edit (#112)
This commit is contained in:
parent
49754b58a4
commit
a8702062fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue