Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ug #327

Merged
merged 2 commits into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading