Skip to content

Commit

Permalink
docs: Update potential errors for dtagp and dtagt
Browse files Browse the repository at this point in the history
  • Loading branch information
HugeNoob committed Nov 14, 2023
1 parent 1932b5b commit b104d6a
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 @@ -1327,7 +1327,7 @@ dtagp
---------------|---------------
`Invalid command format! …` | Ensure that the index is correctly specified as an integer. At least one tag must be specified.
`The person index provided is invalid` | Ensure that the index specified is in the range of the displayed number of persons.
`Tags names should be alphanumeric` | Ensure that the tags specified are alphanumeric and not empty.
`Tags names should be alphanumeric` | Ensure that the tags specified are alphanumeric.

<div style="page-break-after: always;"></div>

Expand Down Expand Up @@ -1374,7 +1374,7 @@ dtagt
---------------|---------------
`Invalid command format! …` | Ensure that the index is correctly specified as an integer. At least one tag must be specified.
`The task index provided is invalid` | Ensure that the index specified is in the range of the displayed number of tasks.
`Tags names should be alphanumeric` | Ensure that the tags specified are alphanumeric and not empty.
`Tags names should be alphanumeric` | Ensure that the tags specified are alphanumeric.

---

Expand Down

0 comments on commit b104d6a

Please sign in to comment.