Skip to content

Commit

Permalink
Merge pull request #230 from AY2324S2-CS2103T-F13-1/Anant1902-fixIssu…
Browse files Browse the repository at this point in the history
…e159

docs: Remove brackets from addstu example command
  • Loading branch information
wxiaoyun authored Apr 7, 2024
2 parents 5f8513e + 13bbe74 commit 42bba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Format: `addstu n/NAME p/PHONE_NUMBER e/EMAIL nn/NUSNET_ID a/ADDRESS [t/TAG]…
</box>

Examples:
* `addstu n/John Doe nn/e1234567 [p/98765432] [e/johnd@example.com] [a/John street, block 123, #01-01]`
* `addstu n/John Doe nn/e1234567 p/98765432 e/johnd@example.com a/John street, block 123, #01-01`
* `addstu n/Betsy Crowe nn/e01234567 t/friend e/betsycrowe@example.com a/Newgate Prison p/1234567 t/criminal`
* `addstu n/Betsy Crowe nn/e01234567`

Expand Down

0 comments on commit 42bba5b

Please sign in to comment.