Skip to content

Commit

Permalink
Merge pull request #275 from lunaroddity/branch-update-ug
Browse files Browse the repository at this point in the history
Fix wrong example
  • Loading branch information
Nauxe authored Nov 14, 2023
2 parents a0efe61 + 8600a90 commit 96c5788
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 @@ -882,7 +882,7 @@ the data.
| [Edit Person](#editing-a-person-edit-p) | `edit p INDEX [n/PERSON_NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [t/TAG]` | `edit p 1 n/Tim e/[email protected] a/123, Ang Mo Kio Ave 2, #02-26 t/friends` |
| [Edit Company](#editing-a-company-edit-c) | `edit c INDEX [n/COMPANY_NAME] [p/PHONE_NUMBER] [e/EMAIL] [d/DESCRIPTION] [t/TAG]` | `edit c 1 n/AlphaGrep e/[email protected] d/A cool company t/tech` |
| [Edit Internship](#editing-an-internship-edit-i) | `edit i c/COMPANY_INDEX i/INTERNSHIP_INDEX [n/ROLE_NAME] [d/DESCRIPTION] [s/SCHEDULED_INTERVIEW_TIME]` | `edit i c/1 i/1 n/Finance Intern 2024 s/20-02-2024 09:45` |
| [Find Person](#finding-a-person-by-name-or-tag-find-p) | `find p [n/KEYWORD] [t/TAG]` | `find p n/John Doe t/friend` |
| [Find Person](#finding-a-person-by-name-or-tag-find-p) | `find p [n/KEYWORD] [t/TAG]` | `find p n/John t/friend` |
| [Find Company](#finding-a-company-by-name-or-tag-find-c) | `find c [n/KEYWORD] [t/TAG]` | `find c n/AlphaGrep t/tech` |
| [Sort Companies](#sorting-companies-by-scheduled-interview-time-sort-c) | `sort c [start/START_DATETIME] [end/END_DATETIME]` | `sort c start/01-02-2024 00:01 end/01-04-2024 00:01` |
| [Clear All Contacts](#clearing-all-contacts-clear) | `clear` | N/A |
Expand Down

0 comments on commit 96c5788

Please sign in to comment.