Skip to content

Commit

Permalink
Merge pull request #29 from Anant1902/branch-UpdateUserGuide
Browse files Browse the repository at this point in the history
Update Mark Command in UserGuide.md
  • Loading branch information
wxiaoyun authored Mar 7, 2024
2 parents 6d3211a + 926299f commit b961852
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Examples:
* `addstu n/John Doe p/98765432 e/johnd@example.com nn/e1234567 a/John street, block 123, #01-01`
* `add n/Betsy nn/e01234567 Crowe t/friend e/betsycrowe@example.com a/Newgate Prison p/1234567 t/criminal`

### Listing all persons : `list`
### Listing all students : `list`

Shows a list of all persons in the address book.

Expand All @@ -128,7 +128,7 @@ Examples:
* `edit 1 p/91234567 e/johndoe@example.com` Edits the phone number and email address of the 1st person to be `91234567` and `johndoe@example.com` respectively.
* `edit 2 n/Betsy Crower t/` Edits the name of the 2nd person to be `Betsy Crower` and clears all existing tags.

### Locating persons by name: `find`
### Locating students by name: `find`

Finds persons whose names contain any of the given keywords.

Expand All @@ -146,7 +146,17 @@ Examples:
* `find alex david` returns `Alex Yeoh`, `David Li`<br>
![result for 'find alex david'](images/findAlexDavidResult.png)

### Deleting a person : `delete`

### Marking a student's attendance for a given week by their NUSNet: `mark`

Marks a student's attendance for a particular week.

Format: `mark nn/NUSNET_ID wk/WEEK_NUMBER`

Example:
* `mark nn/e1234567 wk/3`

### Deleting a student : `delete`

Deletes the specified person from the address book.

Expand Down

0 comments on commit b961852

Please sign in to comment.