diff --git a/docs/UserGuide.adoc b/docs/UserGuide.adoc index 45e6bbe8b5c8..961787a1791c 100644 --- a/docs/UserGuide.adoc +++ b/docs/UserGuide.adoc @@ -92,14 +92,14 @@ a/311, Clementi Ave 2, #02-25 wr/7.5 t/friends t/owesMoney` : adds a contact nam ==== Login to the application: `login` Logs in to the application using a registered NRIC and password. + Format: `login ic/NRIC pwd/PASSWORD` + -Example: `login ic/T1234567E pwd/Password` +Example: `login ic/S1234567E pwd/Password` ==== A successful login will show the NRIC and name which you have used to login, followed by the schedule of the day (if any). image::loginTextBox.png[] -image::login_success_screenShot.png[width="600"] +image::login_success_screenShot.png[width=""] ==== ==== Checks the login status of the application: `checkloginstatus` @@ -209,7 +209,7 @@ Deletes the employee with ID 1 in the address book. ==== Sets the priority level of an employee at the specified index. + Format: `setplvl INDEX plvl/PRIORITY_LEVEL` + -Example: `setplvl 4 plvl/3` +Example: `setplvl 1 plvl/0` ==== - A successful change of priority level should show the following message: @@ -243,11 +243,11 @@ Alias: `sd` * Refer to the *Department* section at <> for the appropriate input for the department name. **** -Example: `setdepartment 2 d/Junior Management` +Example: `setdepartment 3 d/Junior Management` image::SetDepartmentBefore.png[width=""] ==== -Changes the employee department with ID 2 in the address book to `Junior Management`. +Changes the employee department with ID 3 in the address book to `Junior Management`. image::SetDepartmentAfter.png[width=""] ==== diff --git a/docs/images/SetDepartmentAfter.png b/docs/images/SetDepartmentAfter.png index 721a788f29a3..d566e10ba98f 100644 Binary files a/docs/images/SetDepartmentAfter.png and b/docs/images/SetDepartmentAfter.png differ diff --git a/docs/images/SetDepartmentBefore.png b/docs/images/SetDepartmentBefore.png index ab7a55d86cca..f3c658ece0b2 100644 Binary files a/docs/images/SetDepartmentBefore.png and b/docs/images/SetDepartmentBefore.png differ diff --git a/docs/images/login_success_screenShot.png b/docs/images/login_success_screenShot.png index ccc86190b150..334c4cc4ae55 100644 Binary files a/docs/images/login_success_screenShot.png and b/docs/images/login_success_screenShot.png differ diff --git a/docs/images/setPlvl_success_screenShot.png b/docs/images/setPlvl_success_screenShot.png index a0673805bb14..70bf4c5e19b3 100644 Binary files a/docs/images/setPlvl_success_screenShot.png and b/docs/images/setPlvl_success_screenShot.png differ