Skip to content

Commit 1ad4b58

Browse files
Revert "Merge pull request #59 from AY1920S2-CS2103T-F10-3/UserGuide-AddressBook-Update"
This reverts commit e7d3dbe, reversing changes made to 12987cd.
1 parent b86ad84 commit 1ad4b58

File tree

1 file changed

+3
-61
lines changed

1 file changed

+3
-61
lines changed

docs/UserGuide.adoc

Lines changed: 3 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ You can add your classmate or teammate as contact.
6565

6666
Format: `contact add n\[name] p\[phone number] c\[classmate/teammate]`
6767

68-
Example:
69-
70-
* `contact add n\John Doe p\12345678 c\classmate`
71-
7268
Note:
7369

7470
* `[name]` is not case-sensitive (Jane doe is the same as jane Doe).
@@ -80,10 +76,6 @@ You can edit the contacts that you have added. If the contact you tried to edit
8076

8177
Format: `contact edit n\[name] p\[phone number] c\[classmate/teammate]`
8278

83-
Example:
84-
85-
* `contact edit n\John Doe p\88888888 c\classmate`
86-
8779
Note:
8880

8981
* `[name]` is not case-sensitive (Jane doe is the same as jane Doe).
@@ -94,10 +86,6 @@ You can delete a contact that you have added. If the contact you try to delete d
9486

9587
Format: `contact delete n\[name]`
9688

97-
Example:
98-
99-
* `contact delete n\John Doe`
100-
10189
Note:
10290

10391
* `[name]` is not case-sensitive (Jane doe is the same as jane Doe).
@@ -108,31 +96,18 @@ You can delete all the contacts that you have added in your address book. If the
10896

10997
Format: `contact delete all`
11098

111-
Example:
112-
113-
* `contact delete all`
114-
11599
==== List All Contacts: `list`
116100

117101
NOVA will list the contact's name, phone number and category of all contacts.
118102

119103
Format: `contact list`
120104

121-
Example:
122-
123-
* `contact list`
124-
125105
==== List Category Contact: `list [classmate/teammate]`
126106

127107
NOVA will list the name and phone number of all the contacts under that category. NOVA will also list the category specific remarks.
128108

129109
Format: `contact list c\[classmate/teammate]`
130110

131-
Example:
132-
133-
* `contact list c\classmate`
134-
* `contact list c\teammate`
135-
136111
Note:
137112

138113
* `[classmate/teammate]` is not case-sensitive.
@@ -142,11 +117,7 @@ Note:
142117

143118
NOVA will find a specific contact added to the address book.
144119

145-
Format: `contact find n\[name]`
146-
147-
Example:
148-
149-
* `contact find n\john DOE`
120+
Format: `contact find [name]`
150121

151122
Note:
152123

@@ -156,11 +127,7 @@ Note:
156127

157128
NOVA will find a specific contact added to the address book and add the picture.
158129

159-
Format: `contact addpic n\[name] pa\[path]`
160-
161-
Example:
162-
163-
* `contact addpic n\john doe pa\C:\Users\aloha\Desktop\aloha.png`
130+
Format: `contact addpic n\[name] [path]`
164131

165132
Note:
166133

@@ -170,11 +137,7 @@ Note:
170137

171138
NOVA will find a specific contact added to the address book and edit the picture.
172139

173-
Format: `contact updatepic n\[name] pa\[path]`
174-
175-
Example:
176-
177-
* `contact updatepic n\john doe pa\C:\Users\aloha\Desktop\updatedAloha.png`
140+
Format: `contact updatepic n\[name] [path]`
178141

179142
Note:
180143

@@ -186,10 +149,6 @@ NOVA will find a specific contact added to the address book and edit the picture
186149

187150
Format: `contact deletepic n\[name]`
188151

189-
Example:
190-
191-
* `contact deletepic n\john doe`
192-
193152
Note:
194153

195154
* `[name]` is not case-sensitive (Jane doe is the same as jane Doe)
@@ -200,10 +159,6 @@ NOVA will find a specific contact added to the address book and add the remark a
200159

201160
Format: `contact remark c\[classmate/teammate] n\[name] d\[description]`
202161

203-
Example:
204-
205-
* `contact remark c\teammate n\john DOE d\He's cuteeee!`
206-
207162
Note:
208163

209164
* `[name]` is not case-sensitive (Jane doe is the same as jane Doe)
@@ -214,29 +169,16 @@ NOVA will find the second latest command that was done by the user and go to tha
214169

215170
Format: `contact undo`
216171

217-
Example:
218-
219-
* `contact undo`
220-
221172
==== Redo Your Command: `redo`
222173

223174
NOVA will redo commands.
224175

225176
Format: `contact redo`
226177

227-
Example:
228-
229-
* `contact redo`
230-
231178
==== Short Form [v2.0]
232179

233180
You can use the short form of contact `c` in your command.
234181

235-
Example:
236-
237-
* `c redo`
238-
* `c add n\Hee Haw p\88887777 c\classmate`
239-
240182
=== Manage Plans
241183
Commands that will help you in managing your events.
242184

0 commit comments

Comments
 (0)