diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 30ba7d80742..ad3040b8ad2 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -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
@@ -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`
@@ -226,8 +226,8 @@ Furthermore, certain edits can cause Student Contact Manager to behave in unexpe
| **Clear** | `clear` |
| **Delete** | `delete INDEX`
e.g., `delete 3` |
| **Edit** | `edit INDEX [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [t/TAG] ...`
e.g.,`edit 2 n/James Lee e/jameslee@example.com` |
-| **Find** | `find [n/NAME] [a/ADDRESS] [t/TAG]`
e.g., `find James Jake` |
+| **Find** | `find [n/NAME] [a/ADDRESS] [t/TAG]`
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] ...` |