mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
removes 'add' from 'Add a add note' (#91)
This commit is contained in:
parent
021173e1d9
commit
0fa9133822
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ func preRun(cmd *cobra.Command, args []string) error {
|
|||
func NewCmd(ctx infra.DnoteCtx) *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "add <content>",
|
||||
Short: "Add a add note",
|
||||
Short: "Add a note",
|
||||
Aliases: []string{"a", "n", "new"},
|
||||
Example: example,
|
||||
PreRunE: preRun,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue