Skip to content

Commit

Permalink
Added flavor to search command.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno.chavez committed May 16, 2018
1 parent 330c651 commit 769e28a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ COMMANDS:
all, a Shows all quotes the Ancestor has to offer
chat, c The Ancestor talks with himself in a maddening fashion
talkback, t You can talk to the Ancestor and the Ancestor replies back in a crazy manner
search, s Searches all quotes the Ancestor has ever said with the word wanted to be searched on it
search, s Searches all quotes the Ancestor has ever said with the word searched in them
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func main() {
},
{
Name: "search",
Usage: "Searches all quotes the Ancestor has ever said with the word wanted to be searched on it",
Usage: "Searches all quotes the Ancestor has ever said with the word searched in them",
Aliases: []string{"s"},
Action: func(c *cli.Context) error {
commands.Search(quoteSLice, c.Args().First())
Expand Down

0 comments on commit 769e28a

Please sign in to comment.