Skip to content

Commit f47ffab

Browse files
committed
Add more fixes to user guide
1 parent 9f14b62 commit f47ffab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/UserGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Examples:
137137
### Exporting a subset of data: `find_and_export`
138138
Exports the users that are filtered by a tag and other optional parameters.
139139

140-
Format: `find_and_export TAG [n/NAME] [a/ADDRESS] [o/FILENAME]`
140+
Format: `find_and_export TAG [n/NAME] [a/ADDRESS] [f/FILENAME]`
141141

142142
* `TAG` needs to be a tag
143143
* `NAME` needs to be a substring of a person's name
@@ -146,7 +146,7 @@ Format: `find_and_export TAG [n/NAME] [a/ADDRESS] [o/FILENAME]`
146146

147147
Examples:
148148
* `find_and_export cs2103t`
149-
* `find_and_export cs2103t n/john a/olive street 42 o/output1`
149+
* `find_and_export cs2103t n/john a/olive street 42 f/output1`
150150

151151

152152
### Importing a datafile: `import`

0 commit comments

Comments
 (0)