From efc2636d9a8359e2749e8980c545e15bea4e8cc7 Mon Sep 17 00:00:00 2001 From: ChrisHo1341 Date: Thu, 4 Apr 2024 22:56:12 +0800 Subject: [PATCH] Update UserGuide.md Fix export command format --- docs/UserGuide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index a3f1a359215..9eba59e57d6 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -167,15 +167,15 @@ Format: `note /note ` Examples: * `note 1 /note S/Pass Holder` will add the note “S/Pass Holder” to the applicant identified by ID 1. -### Exporting applicants contacts : `/export` +### Exporting applicants contacts : `export` Use filter or find to isolate the applicants that match the desired stage or role or name. Export will then extract those applicants' contacts into an external JSON file. -Format: `/export ` +Format: `export ` * Achieve an additional layer of organisation to properly arrange contacts Examples: -* `/export saved_contancts` will save contacts from the current page into an external JSON file named "saved_contacts.txt". +* `export saved_contancts` will save contacts from the current page into an external JSON file named "saved_contacts.txt". ### Importing applicants : `import` Using `import` will open a dialog for user to select the json file to import.