Description
This is issue is related to user guide page 6.
Steps to reproduce
Copy the command add -s n/John Doe p/98765432 e/johnd@example.com com/companyA t/friends t/owesMoney pro/rice pro/bread as stated at the top of User Guide in page 6.
Paste the command into the app and press Enter.
You should be able to observe the following output:
New supplier added: Name: John Doe; Phone: 98765432; Email: johnd@example.com; Company: companyA; Tags: [owesMoney][friends]; Products: [bread][rice]; Status: active.
However, this is different from how it is being specified in the User Guide (New supplier added: John Doe; Phone: 98765432; Email: johnd@example.com; Company: companyA; Tags: [owesMoney][friends]; Products: [bread][rice]; Status: active.
Description This is issue is related to user guide page 6.
Steps to reproduce
add -s n/John Doe p/98765432 e/johnd@example.com com/companyA t/friends t/owesMoney pro/rice pro/bread
as stated at the top of User Guide in page 6.You should be able to observe the following output:
New supplier added: Name: John Doe; Phone: 98765432; Email: johnd@example.com; Company: companyA; Tags: [owesMoney][friends]; Products: [bread][rice]; Status: active
.However, this is different from how it is being specified in the User Guide (
New supplier added: John Doe; Phone: 98765432; Email: johnd@example.com; Company: companyA; Tags: [owesMoney][friends]; Products: [bread][rice]; Status: active
.The same applies to the second expected output.
[original: nus-cs2103-AY2425S1/pe-interim#350] [original labels: severity.Low type.DocumentationBug]