Skip to content

Commit

Permalink
Add notes for add command in UG
Browse files Browse the repository at this point in the history
  • Loading branch information
Justinhoejj committed Oct 28, 2021
1 parent 8182945 commit 375c5b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,17 @@ A person can have any number of tags (including 0)
<div markdown="span" class="alert alert-primary">

:bulb: **Tip:**
Format birthday as ddMMyyyy
Format birthday as ddMMyyyy.
</div>

**Sample Usage:**
* `add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01`
* `add n/Betsy Crowe t/friend e/betsycrowe@example.com a/Newgate Prison b/25121999 p/1234567 t/criminal`

Notes:
* Phone number must be unique.
* Birthdays are optional and can be added in future with `edit` command.
* Future dates as birthdays are not allowed.
### Listing all persons : `list`

Shows a list of all persons in the address book.
Expand Down

0 comments on commit 375c5b4

Please sign in to comment.