From 31725d549ab606c3cec8fa9b063b033ef66bb7fd Mon Sep 17 00:00:00 2001 From: kawaiigabrielneko <57220480+kawaiigabrielneko@users.noreply.github.com> Date: Mon, 8 Nov 2021 22:06:02 +0800 Subject: [PATCH] Correct find command --- docs/UserGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index d2287dfe93c..51aa4c83841 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -39,7 +39,7 @@ Action | Parameters| Description `delete INDEX` | `INDEX`: Index of the client | Deletes a client from InsurancePal `list` | | Shows a list of all clients in InsurancePal `clear` | | Deletes all clients from InsurancePal -`find KEYWORD [MORE_KEYWORDS]` | `KEYWORD`: Word to search for | Finds clients whose names contain any of the keywords +`find KEYWORD [MORE_KEYWORDS]...` | `KEYWORD`, `MORE_KEYWORDS`: Word to search for | Finds clients whose names contain any of the keywords {: .summaryTable} ## Application Overview @@ -186,7 +186,7 @@ Parameter | Constraints You can easily find clients with the `find` command. -Format: `find KEYWORD [MORE_KEYWORDS]` +Format: `find KEYWORD [MORE_KEYWORDS]...` * The search is case-insensitive. e.g `hans` will match `Hans` * The order of the keywords does not matter. e.g. `Hans Bo` will match `Bo Hans`