From 1e5bb24ac4ac1f07553b3aa16f7583fe366c37ef Mon Sep 17 00:00:00 2001 From: Amos Ting Date: Thu, 9 Nov 2023 21:32:55 +0800 Subject: [PATCH] Fix formatting issues in add message_usage --- src/main/java/seedu/address/logic/commands/AddCommand.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/seedu/address/logic/commands/AddCommand.java b/src/main/java/seedu/address/logic/commands/AddCommand.java index deada924410..c446491d364 100644 --- a/src/main/java/seedu/address/logic/commands/AddCommand.java +++ b/src/main/java/seedu/address/logic/commands/AddCommand.java @@ -33,9 +33,9 @@ public class AddCommand extends Command { + PREFIX_EMAIL + "EMAIL " + PREFIX_GPA + "GPA " + PREFIX_PREVIOUS_GRADE + "PREV GRADE " - + "[" + PREFIX_INTERVIEW_SCORE + "INTERVIEW SCORE]" // optional - + "[" + PREFIX_COMMENT + "COMMENT]" // optional - + "[" + PREFIX_INTERVIEW_SCORE + "INTERVIEW SCORE]" // optional + + "[" + PREFIX_INTERVIEW_SCORE + "INTERVIEW SCORE] " // optional + + "[" + PREFIX_COMMENT + "COMMENT] " // optional + + "[" + PREFIX_INTERVIEW_SCORE + "INTERVIEW SCORE] " // optional + "[" + PREFIX_TAG + "TAG]...\n" // optional // Example + "Example: " + COMMAND_WORD + " "