Skip to content

Commit

Permalink
Merge pull request #199 from AY2223S1-CS2103T-W16-4/chore-update-rexong
Browse files Browse the repository at this point in the history
UG update: change listClient in feature
  • Loading branch information
Thing1Thing2 authored Oct 27, 2022
2 parents 43c5de1 + b2028fe commit 261a4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ Beyond individual products, you can also:

* This symbol `||` indicates that only one of the optional parameters can be used. <br>
**Using more than one optional parameter is strictly not allowed.** <br>
e.g. `listClient` can be used as
e.g. `listClient [pd/PRODUCT || b/BIRTHDAY]` can be used as
* `listClient pd/Product1`
* `listClient bd/week`
* `listClient b/week`

* Parameters can be in any order.<br>
e.g. if the command specifies `n/NAME p/PHONE_NUMBER`, `p/PHONE_NUMBER n/NAME` is also acceptable.
Expand Down

0 comments on commit 261a4b3

Please sign in to comment.