Skip to content

Commit

Permalink
Merge pull request #156 from sethteo/master
Browse files Browse the repository at this point in the history
Update filter command
  • Loading branch information
sethteo authored Apr 4, 2024
2 parents beb594b + 3cfe791 commit ec90a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class FilterCommand extends Command {
+ "tag - The tag you wish to filter your clients by\n"
+ "Example: " + COMMAND_WORD + " family";

public static final String MESSAGE_SUCCESS = "Displaying all clients filtered by: %s";
public static final String MESSAGE_SUCCESS = "Displaying all clients filtered by the tag: %s";

private final Predicate<Person> predicate;
private final Tag tag;
Expand Down

0 comments on commit ec90a2d

Please sign in to comment.