Skip to content

Commit

Permalink
added colon to example usage in convert lead to client and convert cl…
Browse files Browse the repository at this point in the history
…ient to lead
  • Loading branch information
garylow2001 committed Nov 12, 2023
1 parent 6e06202 commit a8ace5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ Example: deletemeeting 1
- Example usage: `converttoclient 1`.
- Acceptable values for `INDEX` parameter:
- Any integer from `1` to the last index of the filtered list shown in the address book, person must be a lead.
- Example usage
- Example usage:

<div align="center">
<img src="./images/beforeconverttoclient.png" width = "500"/>
Expand Down Expand Up @@ -580,7 +580,7 @@ from current date to ensure a follow-up by the user.
- Example usage: `converttolead 1`.
- Acceptable values for `INDEX` parameter:
- Any integer from `1` to the last index of the filtered list shown in the address book, person must be a client.
- Example usage
- Example usage:

<div align="center">
<img src="./images/beforeconverttolead.png" width = "500"/>
Expand Down Expand Up @@ -632,6 +632,7 @@ The person index provided is invalid
- Acceptable values for parameter:
- `NAME`: A keyword used to match against the names of all persons in the list.
- Precise expected output when the command succeeds:

```
<NUMBER> persons listed!
```
Expand Down

0 comments on commit a8ace5d

Please sign in to comment.