forked from AY2324S1-CS2103-F13-2/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d9fb70
commit 0827105
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ HR Insight proves to be a particularly valuable tool for professionals specializ | |
|
||
- `edit 1 p/1234567` : Edits phone attribute for the 1st employee in the list. | ||
|
||
- `find` : Finds employees whose names contain any of the given keywords. | ||
- `find` : Finds employees whose names match any of the given keywords. | ||
|
||
- `clear` : Deletes all employees from the database. | ||
|
||
|
@@ -195,7 +195,7 @@ Executing command: `edit 1 p/23423423 e/[email protected]` | |
|
||
### Finding employees by name: `find` | ||
|
||
Finds employees whose names contain any of the given keywords. | ||
Finds employees whose names match any of the given keywords. | ||
|
||
Format: `find KEYWORD [MORE_KEYWORDS]` | ||
|
||
|