Skip to content

Commit

Permalink
Merge pull request #285 from KumChaiYin/UG-format
Browse files Browse the repository at this point in the history
Modify UG 4
  • Loading branch information
KumChaiYin authored Nov 15, 2023
2 parents c848aad + 6f47f8e commit e71ab87
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ At least one field to edit must be provided.
Error: This person already exists in the client list.
```

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

### Locating clients by fields : `find`

Expand Down Expand Up @@ -267,8 +266,6 @@ Unlike previous commands, the fields do not have to be in a specific format.
Expected output upon success:<br>
![FindSuccess](images/FindSuccess.png)

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

Expected output upon failure:

* No field or invalid arguments given:
Expand Down Expand Up @@ -308,6 +305,8 @@ Expected output upon failure:
```
Error: Invalid Index
```
<div style="page-break-after: always;"></div>

* Missing `INDEX` parameter:<br>
```
Error: Missing Index
Expand Down Expand Up @@ -507,6 +506,8 @@ A sample client entry in the JSON file is as follows. The respective formats are

--------------------------------------------------------------------------------------------------------------------

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

## FAQ

**Q1**: How do I check my Java version?<br>
Expand Down Expand Up @@ -549,6 +550,8 @@ Sure! you can transfer your data to another computer by the following steps belo

--------------------------------------------------------------------------------------------------------------------

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

## Command summary

| Action | Format, Examples |
Expand Down

0 comments on commit e71ab87

Please sign in to comment.