From 0fa913382253995bcdc3ebbb5c3b03170347bfe1 Mon Sep 17 00:00:00 2001 From: Matthew Loseke Date: Mon, 20 Aug 2018 04:41:40 -0500 Subject: [PATCH] removes 'add' from 'Add a add note' (#91) --- cmd/add/add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/add/add.go b/cmd/add/add.go index f06f5a26..f7a2d52c 100644 --- a/cmd/add/add.go +++ b/cmd/add/add.go @@ -31,7 +31,7 @@ func preRun(cmd *cobra.Command, args []string) error { func NewCmd(ctx infra.DnoteCtx) *cobra.Command { cmd := &cobra.Command{ Use: "add ", - Short: "Add a add note", + Short: "Add a note", Aliases: []string{"a", "n", "new"}, Example: example, PreRunE: preRun,