From 771e8ded8d07be52566556bb7e2d8dd8486b8bf6 Mon Sep 17 00:00:00 2001 From: McNaBry Date: Fri, 3 Nov 2023 01:13:49 +0800 Subject: [PATCH] Update add recruiter UG --- docs/UserGuide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 676aac2a9c1..17ff32b08e8 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -139,6 +139,7 @@ Acceptable Parameters: * Specifying this sets the ID, or one unique one will be derived and generated from the name if not provided. * `ORG_ID` refers to the unique identifier which is used to uniquely identify the organization the recruiter should be tied to. It is subject to the same validation as the ID field. +The value provided must also be the ID of an existing organization in the address book. * `NUMBER` should be a valid phone number. @@ -150,7 +151,7 @@ Acceptable Parameters: Examples: -* `add --rec --name John Doe --oid paypal-sg` +* `add --rec --name John Doe --oid paypal-sg` links the recruiter `John Doe` to an organization with the id `paypal-sg` ### Listing all contacts: `list`