Skip to content

Commit

Permalink
Merge pull request #224 from JiaHaoLim/master
Browse files Browse the repository at this point in the history
 Readded changes that was removed in some Pull Request merge.
  • Loading branch information
kthSim authored Apr 15, 2019
2 parents caca6f8 + e9c90af commit 992fbf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1161,17 +1161,17 @@ e.g. `back`
e.g. `exit`

* *Export* : `export FILE_PATH INDEX_RANGE`` +
e.g. `export clinicRecords.json 1,3-5`
e.g. `export test.json 1,3-5`

* *Help* : `help`

* *History* : `history`

* *Import* : `import FILE_PATH INDEX_RANGE` +
e.g. `import newData.json 1,3-5`
e.g. `import test.json 1,3-5`

* *Open* : `open FILE_PATH` +
e.g. `open sample/newData.json`
e.g. `open test.json`

* *Record Add* : `recordadd pro/PROCEDURE desc/DESCRIPTION` +
e.g. `recordadd pro/Braces-Top row desc/Mouth was noticeably foul, might have halitosis`
Expand All @@ -1190,8 +1190,8 @@ e.g. `recordmc 1`

* *Redo* : `redo`

* *Save* : `save FILE_PATH`` +
e.g. `save clinicRecords.json`
* *Save* : `save FILE_PATH` +
e.g. `save test.json`

* *Sort* : `sort PARAM ORDER` +
e.g. `sort name asce` or `sort dob desc`
Expand Down

0 comments on commit 992fbf7

Please sign in to comment.