Skip to content

Commit

Permalink
removes extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
woon17 committed Oct 31, 2019
1 parent 652660d commit da766d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ Format: `doctors [<DOCTOR_NAME>]`

Registers a new doctor. +
If the staff reference identifier is not specified, a unique identifier will be assigned by the system.
Format: `newdoctor -name <STAFF_NAME> [-id <STAFF_REFERENCE_ID>] [-phone <PHONE_NUM>] [-email <EMAIL>] [-address <ADDRESS>]-num `
Format: `newdoctor -name <STAFF_NAME> [-id <STAFF_REFERENCE_ID>] [-phone <PHONE_NUM>] [-email <EMAIL>] [-address <ADDRESS>]-num`

==== Updates a doctor's profile: `updatedoctor` ====

If user is in the doctors listing screen, updates any change for doctor’s profiles. +
Format: `updatedoctor <ENTRY_ID> [-name <STAFF_NAME>]
[-id <STAFF_REFERENCE_ID>] [-phone <PHONE_NUM>] [-email <EMAIL>] [-address <ADDRESS>]-num `
[-id <STAFF_REFERENCE_ID>] [-phone <PHONE_NUM>] [-email <EMAIL>] [-address <ADDRESS>]-num`

==== Marks the doctor as on-duty: `onduty` ====

Expand Down Expand Up @@ -288,9 +288,9 @@ Format: `redo`

* *On-Duty Doctors Management* +
** doctors: `doctors [<DOCTOR_NAME>]`
** newdoctor: `newdoctor -name <STAFF_NAME> [-id <STAFF_REFERENCE_ID>] [-phone <PHONE_NUM>] [-email <EMAIL>] [-address <ADDRESS>]-num `
** newdoctor: `newdoctor -name <STAFF_NAME> [-id <STAFF_REFERENCE_ID>] [-phone <PHONE_NUM>] [-email <EMAIL>] [-address <ADDRESS>]-num`
** updatedoctor: `updatedoctor <ENTRY_ID> [-name <STAFF_NAME>]
[-id <STAFF_REFERENCE_ID>] [-phone <PHONE_NUM>] [-email <EMAIL>] [-address <ADDRESS>]-num `
[-id <STAFF_REFERENCE_ID>] [-phone <PHONE_NUM>] [-email <EMAIL>] [-address <ADDRESS>]-num`
** resigndoctor: `resigndoctor <ENTRY_ID>`
** onduty: `onduty <ROOM_NUMBER>`
** offduty: `offduty <ENTRY_ID>`
Expand Down

0 comments on commit da766d3

Please sign in to comment.