Skip to content

Commit 380570f

Browse files
committed
more professional sounding help
1 parent 7be6562 commit 380570f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/note/list.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ type ListCmd struct {
1919
}
2020

2121
func (*ListCmd) Name() string { return "list" }
22-
func (*ListCmd) Synopsis() string { return "list your notes" }
22+
func (*ListCmd) Synopsis() string { return "list notes" }
2323
func (*ListCmd) Usage() string {
2424
return `list:
25-
list your notes.
25+
list notes.
2626
`
2727
}
2828

0 commit comments

Comments
 (0)