From a8ace5dc7dc38e172d218fc61b740a3d14cc987f Mon Sep 17 00:00:00 2001 From: Gary Date: Sun, 12 Nov 2023 14:55:12 +0800 Subject: [PATCH] added colon to example usage in convert lead to client and convert client to lead --- docs/UserGuide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 567f8b7759f..d4fd9b2caba 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -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:
@@ -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:
@@ -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: + ``` persons listed! ```