Skip to content

Commit c2717d8

Browse files
committed
1 parent bf2bda7 commit c2717d8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/UserGuide.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# User Guide
22

3+
BookFace is a desktop GUI application for the students in the National University
4+
of Singapore (NUS) to manage the contact information of the people they meet in the various lessons or clubs that they participate in.
5+
Since NUS Students often take many classes and meet different people. This application helps them to organise their
6+
contacts list for an easier way to set up proper communication channels.
7+
38
* [Quick Start](#quick-start)
49
* [Features](#features)
510
* [Add user contacts](#add-user-contacts-add)
@@ -36,7 +41,7 @@ Experienced users can delete the sample data and proceed with regular usage.
3641
This section highlights the core features that this application provides, as
3742
well as the necessary guidelines to follow when using the features. The features
3843
generally follow commands of the form `COMMAND_WORD ARGUMENTs`, with each
39-
feature having its own specific `COMMAND_WORD` and required set of `ARGUMENTS`.
44+
feature having its own specific `COMMAND_WORD` and set of `ARGUMENTS`.
4045

4146
> **Note:** Unless otherwise stated in the guidelines for the specific
4247
> feature, arguments placed within brackets ("[" and "]") denotes that the
@@ -110,7 +115,8 @@ Format: `find PREFIX/KEYWORD [MORE PREFIX/KEYWORD]`
110115
names of the contacts, `p/` searches through the phone number of the contacts, `t/`
111116
searches through the tags of the contact, etc...
112117
* Each prefix must be followed by one and only one keyword. See below for example usage.
113-
* The search is done via the logical ***AND*** operator, i.e., `find n/john t/cs` will return
118+
* Only the contacts that fulfill **all** the requirements in the given
119+
arguments will be displayed, i.e., `find n/john t/cs` will return
114120
the list of contacts where his name is `john` **and** has a tag that contains `cs`.
115121
* The following shows a list of allowed prefixes:
116122
1. `n/` which represents the name

0 commit comments

Comments
 (0)