Skip to content

Commit

Permalink
Make "Supported Themes:" appear on new line when message fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
tah5in committed Apr 4, 2024
1 parent 427fe60 commit 4c9a7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/scm/address/logic/commands/ThemeCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public class ThemeCommand extends Command{
public static final String MESSAGE_USAGE = COMMAND_WORD + ": Changes the theme of the application.\n"
+ "Parameters: "
+ "THEME\n"
+ "Example: " + COMMAND_WORD + " light"
+ "Suppported themes: light, dark";
+ "Example: " + COMMAND_WORD + " light\n"
+ "Supported themes: light, dark";
public static final String MESSAGE_INVALID_THEME = "Invalid theme value";
private final String themeName;

Expand Down

0 comments on commit 4c9a7fe

Please sign in to comment.