File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Examples:
137
137
### Exporting a subset of data: ` find_and_export `
138
138
Exports the users that are filtered by a tag and other optional parameters.
139
139
140
- Format: ` find_and_export TAG [n/NAME] [a/ADDRESS] [o /FILENAME] `
140
+ Format: ` find_and_export TAG [n/NAME] [a/ADDRESS] [f /FILENAME] `
141
141
142
142
* ` TAG ` needs to be a tag
143
143
* ` 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]`
146
146
147
147
Examples:
148
148
* ` 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 `
150
150
151
151
152
152
### Importing a datafile: ` import `
You can’t perform that action at this time.
0 commit comments