Skip to content

Commit

Permalink
Updated filter example
Browse files Browse the repository at this point in the history
  • Loading branch information
charrizard47 committed Apr 9, 2020
1 parent 8dca30c commit 5f7d134
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ public class FilterCommand extends Command {
public static final String MESSAGE_USAGE = COMMAND_WORD + ": Filters and display all clients whose tags or sports "
+ "contains any of the specified keywords for respective parameter (case-insensitive) \n"
+ "Parameters: t/KEYWORD... s/KEYWORD...\n"
+ "Example: " + COMMAND_WORD + " " + PREFIX_TAG + "vegetarian overweight handsome "
+ PREFIX_SPORT + "soccer dance basketball";
+ "Example: " + COMMAND_WORD + " " + PREFIX_TAG + "normal" + " " + PREFIX_SPORT + "hockey";

private final TagAndSportContainsKeywordsPredicate predicate;

Expand Down

0 comments on commit 5f7d134

Please sign in to comment.