Skip to content

Commit

Permalink
Merge pull request #72 from wilsonwid/wilsonwid-docs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjinius authored Mar 21, 2024
2 parents 5fba071 + f47ffab commit 4cd9825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Examples:
### Exporting a subset of data: `find_and_export`
Exports the users that are filtered by a tag and other optional parameters.

Format: `find_and_export TAG [n/NAME] [a/ADDRESS] [o/FILENAME]`
Format: `find_and_export TAG [n/NAME] [a/ADDRESS] [f/FILENAME]`

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

Examples:
* `find_and_export cs2103t`
* `find_and_export cs2103t n/john a/olive street 42 o/output1`
* `find_and_export cs2103t n/john a/olive street 42 f/output1`


### Importing a datafile: `import`
Expand Down Expand Up @@ -226,8 +226,8 @@ Furthermore, certain edits can cause Student Contact Manager to behave in unexpe
| **Clear** | `clear` |
| **Delete** | `delete INDEX`<br> e.g., `delete 3` |
| **Edit** | `edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [t/TAG] ...`<br> e.g.,`edit 2 n/James Lee e/jameslee@example.com` |
| **Find** | `find [n/NAME] [a/ADDRESS] [t/TAG]` <br> e.g., `find James Jake` |
| **Find** | `find [n/NAME] [a/ADDRESS] [t/TAG]` <br> e.g., `find n/James Jake` |
| **List** | `list` |
| **Help** | `help` |
| **find_and_export** | `find_and_export TAG [n/NAME] [a/ADDRESS] [o/FILENAME]` |
| **find_and_export** | `find_and_export TAG [n/NAME] [a/ADDRESS] [f/FILENAME]` |
| **import** | `import f/FILENAME_1 [f/FILENAME_2] [f/FILENAME_3] ...` |

0 comments on commit 4cd9825

Please sign in to comment.