From da766d3231a289e133d96df359e7b68923fc7052 Mon Sep 17 00:00:00 2001 From: WEN SHUFA Date: Thu, 31 Oct 2019 23:55:08 +0800 Subject: [PATCH] removes extra space --- docs/UserGuide.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/UserGuide.adoc b/docs/UserGuide.adoc index 5aff176e7d1..631186b0fdd 100644 --- a/docs/UserGuide.adoc +++ b/docs/UserGuide.adoc @@ -129,13 +129,13 @@ Format: `doctors []` Registers a new doctor. + If the staff reference identifier is not specified, a unique identifier will be assigned by the system. -Format: `newdoctor -name [-id ] [-phone ] [-email ] [-address
]-num ` +Format: `newdoctor -name [-id ] [-phone ] [-email ] [-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 [-name ] -[-id ] [-phone ] [-email ] [-address
]-num ` +[-id ] [-phone ] [-email ] [-address
]-num` ==== Marks the doctor as on-duty: `onduty` ==== @@ -288,9 +288,9 @@ Format: `redo` * *On-Duty Doctors Management* + ** doctors: `doctors []` -** newdoctor: `newdoctor -name [-id ] [-phone ] [-email ] [-address
]-num ` +** newdoctor: `newdoctor -name [-id ] [-phone ] [-email ] [-address
]-num` ** updatedoctor: `updatedoctor [-name ] -[-id ] [-phone ] [-email ] [-address
]-num ` +[-id ] [-phone ] [-email ] [-address
]-num` ** resigndoctor: `resigndoctor ` ** onduty: `onduty ` ** offduty: `offduty `