From 302615fc0cb59b3651b66ac527d688385582506c Mon Sep 17 00:00:00 2001 From: ananya21 Date: Wed, 13 Mar 2024 00:55:49 +0800 Subject: [PATCH] Fixed User Guide --- docs/UserGuide.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 86eb307aa73..e06c0c8f908 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -242,18 +242,19 @@ Expected output: sets the status of a task as finished or unfinished -Format: `set status task ` +Format: `set status /to task /in ` * The specified task name must exist in the task list. * The task status can either be `done` or `undone` Examples: -* `set status done add deadline command /in CS2103T Duke Chatbot Project` +* `set status done /to unit test /in CS2103T Duke Chatbot Project` Expected output: * Successful status update: `Task is set as ` * Failed commands: `Task not found: Please make sure the task exists.` -* `Status was entered incorrectly.` +* `Project not found: Please make sure the project exists.` +* `Status was entered incorrectly.`, ### Set Project Status : `set status of Project`