diff --git a/docs/UserGuide.md b/docs/UserGuide.md index c6b1399e75b..9564aa39b35 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -1303,7 +1303,8 @@ dtagp | Fields | Prefix | Required | Remarks | |--------|--------|:--------:|---------| | `INDEX` | No prefix | | The person at this index in the displayed contact list is edited. The index must be a positive integer (i.e. 1, 2, 3, … , 2147483647). | -| `TAG` | `t/` | | Tag(s) for the person. Tags should only contain alphanumeric characters. | +| `TAG` | `t/` | | Tag to be deleted from the person. Tags should only contain alphanumeric characters. | +| `MORE_TAGS` | `t/` | | Additional tag(s) to be deleted from the person. Tags should only contain alphanumeric characters. | {: .field-table} - You may delete multiple tags from a person by specifying the `t/` prefix multiple times. @@ -1349,7 +1350,8 @@ dtagt | Fields | Prefix | Required | Remarks | |--------|--------|:--------:|---------| | `INDEX` | No prefix | | The task at this index in the displayed task list is edited. The index must be a positive integer (i.e. 1, 2, 3, … , 2147483647). | -| `TAG` | `t/` | | Tag(s) for the task. Tags should only contain alphanumeric characters. | +| `TAG` | `t/` | | Tag to be deleted from the task. Tags should only contain alphanumeric characters. | +| `MORE_TAGS` | `t/` | | Additional tag(s) to be deleted from the task. Tags should only contain alphanumeric characters. | {: .field-table} - You may delete multiple tags from a task by specifying the `t/` prefix multiple times.