Skip to content

Commit

Permalink
Fix DeleteCommand message usage formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica2828 committed Oct 29, 2024
1 parent 6d14a0b commit e319b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/address/logic/commands/DeleteCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public class DeleteCommand extends Command {
+ "Parameters: "
+ "ID\n"
+ "or: "
+ "ID MODULE_KEYWORD"
+ "ID MODULE_KEYWORD\n"
+ "Example: " + COMMAND_WORD + " "
+ "12345678"
+ "12345678\n"
+ "or: " + COMMAND_WORD + " "
+ "12345678 m/CS2103T";

Expand Down

0 comments on commit e319b37

Please sign in to comment.