Skip to content

Commit

Permalink
Update FindCommand documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KhooDesmond committed Nov 7, 2016
1 parent fa8080c commit f968eec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package seedu.malitio.logic.commands;

import java.util.Set;
//@@author a0126633j

/**
* Finds and lists tasks from the last shown list whose name or tags or date/time contains any of the argument keywords.
* Keyword matching is case insensitive.
*/
public class FindCommand extends Command {
//@@author a0126633j
public static final String COMMAND_WORD = "find";

public static final String MESSAGE_USAGE = COMMAND_WORD + ": Finds [specified] tasks whose names contain any of "
Expand Down

0 comments on commit f968eec

Please sign in to comment.