forked from nus-cs2103-AY2324S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #290 from songfangyl/branch-update-usage-message
Update usage message for remark and find
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 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 |
---|---|---|
|
@@ -206,7 +206,7 @@ After: | |
|
||
**Format:** | ||
|
||
`find [n/<keywords>] [p/<keywords>] [e/<keywords>] [a/<keywords>] [t/keywords] [i/<keywords>] [pr/<keywords>] [r/<keywords>]` | ||
`find [n/[keywords]] [p/[keywords]] [e/[keywords]] [a/[keywords]] [t/[keywords]] [i/[keywords]] [pr/[keywords]] [r/[keywords]]` | ||
|
||
**Description:** | ||
|
||
|
@@ -693,7 +693,7 @@ command box. | |
| **Delete** | `delete <index>` <hr> `delete 3` | | ||
| **Edit** | `edit <index> [n/<name>] [p/<phone number>] [e/<email>] [a/<address>] ` <hr> `edit 2 n/James Lee e/[email protected]` | | ||
| **List** | `list` <hr> | | ||
| **Find** | `find [n/<keywords>] [p/<keywords>] [e/<keywords>] [a/<keywords>] [t/keywords] [i/<keywords>] [pr/<keywords>] [r/<keywords>]` <hr> `find n/song i/abc` | | ||
| **Find** | `find [n/[keywords]] [p/[keywords]] [e/[keywords]] [a/[keywords]] [t/[keywords]] [i/[keywords]] [pr/[keywords]] [r/[keywords]]` <hr> `find n/song i/abc` | | ||
| **Tag** | `tag <index> [at/<tag to add>]... [dt/<tag to delete>]...` <hr> `tag 1 at/tall dt/short at/male` | | ||
| **Insurance** | `insurance <index> [ai/<insurance to add>]... [di/<insurance to delete>]...` <hr> `insurance 2 ai/AIA insurance di/Great Eastern Insurance` | | ||
| **Remark** | `remark <index> [remark]` <hr> `remark 2 some remarks` | | ||
|
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
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