Skip to content

Commit

Permalink
Merge pull request #327 from papataco14/actual-ug
Browse files Browse the repository at this point in the history
Update ug
  • Loading branch information
papataco14 authored Nov 13, 2023
2 parents d55209f + de69a34 commit 2b02a2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ With the `view` command, you can easily view the full details of a specific comp

**Format:** `view INDEX`

>`INDEX` must be a positive integer (i.e. 1, 2, 3, ...) and should not exceed the number of companies in the list. It should also be less than the maximum allowed integer (i.e. lesser than 2147483647).
>`INDEX` must be a positive integer (i.e. 1, 2, 3, ...) and should not exceed the number of companies in the list. It should also be less than the maximum allowed integer (i.e. less than or equal to 2147483647).
<div markdown="block" class="alert alert-info">
**:information_source: Note:**<br>
Expand Down Expand Up @@ -540,7 +540,7 @@ _After adding a company, you wish to note down more information such as the job

**Format:** `remark INDEX re/REMARK`

> `INDEX` must be a positive integer (i.e. 1, 2, 3, ...) and should not exceed the number of companies in the list. It should also be less than the maximum allowed integer (i.e. lesser than 2147483647). <br>
> `INDEX` must be a positive integer (i.e. 1, 2, 3, ...) and should not exceed the number of companies in the list. It should also be less than the maximum allowed integer (i.e. less than or equal to 2147483647). <br>
>
> Remarks cannot be empty.
Expand Down Expand Up @@ -594,7 +594,7 @@ _You have previously added some remarks to a company, but the remarks have becom

**Format:** `unremark INDEX`

>`INDEX` must be a positive integer (i.e. 1, 2, 3, ...) and should not exceed the number of companies in the list. It should also be less than the maximum allowed integer (i.e. lesser than 2147483647).
>`INDEX` must be a positive integer (i.e. 1, 2, 3, ...) and should not exceed the number of companies in the list. It should also be less than the maximum allowed integer (i.e. less than or equal to 2147483647).
<div markdown="block" class="alert alert-success">
**:bulb: Useful Tip:**<br>
Expand Down Expand Up @@ -639,7 +639,7 @@ _You look at the details of the application, and realise that you have made a ty

**Format:** `edit INDEX [c/COMPANY_NAME] [n/RECRUITER_NAME] [r/ROLE] [s/APPLICATION_STATUS] [d/DEADLINE] [e/EMAIL] [p/PHONE_NUMBER] [pr/PRIORITY]`

>`INDEX` must be a positive integer (i.e. 1, 2, 3, ...) and should not exceed the number of companies in the list. It should also be less than the maximum allowed integer (i.e. lesser than 2147483647). <br>
>`INDEX` must be a positive integer (i.e. 1, 2, 3, ...) and should not exceed the number of companies in the list. It should also be less than the maximum allowed integer (i.e. less than or equal to 2147483647). <br>
>
> At least one of the optional parameters must be provided.
Expand Down Expand Up @@ -746,7 +746,7 @@ shown. And that is it! You have found the company you wanted.

<div style="page-break-after: always;"></div><br/>

### Listing All Contacts: `list`
### Listing All Companies: `list`

_You've found the specific company you wanted using the find command earlier, and now you want to see all of your applications in one list again. You can do so easily with the `list` command!_

Expand Down

0 comments on commit 2b02a2f

Please sign in to comment.