From 264ab149bad61275ae70ca06381b69163bac3cfa Mon Sep 17 00:00:00 2001 From: AriellaCallista Date: Wed, 15 Nov 2023 23:34:40 +0800 Subject: [PATCH] Fix bug --- docs/UserGuide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 469baa08fb1..78b1a106e11 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -273,7 +273,6 @@ The `Help Window` opens up as follows: [Jump back to Table of Contents](#table-of-contents)
--------------------------------------------------------------------------------------------------------------------- ## Features @@ -285,10 +284,10 @@ The `Help Window` opens up as follows: e.g. in `add n/NAME`, `NAME` is a parameter which can be used as `add n/John Doe`. * Items in square brackets are optional.
- e.g. `n/NAME [t/TAG]` can be used as `n/John Doe t/friend` or as `n/John Doe`. + e.g. `n/NAME [t/TAGNAME]` can be used as `n/John Doe t/friend` or as `n/John Doe`. * When using parentheses ( ) with items separated by the slash symbol /, at least one item must be included.
- e.g. in the command `search (n/KEYWORD [MORE KEYWORDS] st/KEYWORD [MORE KEYWORDS] t/KEYWORD [MORE KEYWORDS])`, it is necessary to specify at least one search category. + e.g. in the command `search (n/NAME... st/STATUS... t/TAGNAME...)`, it is necessary to specify at least one search category. * Items with `…`​ after them can be used multiple times including zero times.
e.g. `t/TAGNAME…​` can be used as ` ` (i.e. 0 times), `t/swe t/intern` for `add` commands or `t/swe intern` for `search` and `delete` commands.