Skip to content

Commit

Permalink
Fix space in UG
Browse files Browse the repository at this point in the history
  • Loading branch information
FionaQY committed Nov 7, 2024
1 parent 34352d2 commit 97eefba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ Arguments are the values that follow each flag in a command. **Arguments cannot

Refer to the table below for more details.


| **Flag** | **Expected Argument** | **Description** | **Requirements** |
|----------|-----------------------|----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
| `n/` | `<NAME>` | The client's full name | Any combination of letters, numbers, spaces, hyphens, apostrophes (no symbols). |
Expand All @@ -248,6 +249,8 @@ Refer to the table below for more details.
| `r/` | `<REMARK>` | General remark(s) about the client | Any combination of letters, numbers, spaces, and symbols. |
| `ra/` | `<REMARK TO APPEND>` | Append information to the existing remark(s) | Any combination of letters, numbers, spaces, and symbols. |
| `rn/` | `<NEW REMARK>` | Replaces the existing remark with a new remark | Any combination of letters, numbers, spaces, and symbols. |


**Note:** All of the above arguments are case-insensitive.

> 💡 **Pro Tip:**
Expand Down

0 comments on commit 97eefba

Please sign in to comment.