Skip to content

Commit

Permalink
Fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
wn committed Oct 17, 2018
1 parent e5863e0 commit 191bb45
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public class DeleteCommand extends Command {

public static final String MESSAGE_USAGE = COMMAND_WORD
+ ": Deletes the loan identified by the index number used in the displayed loan list.\n"
+ "Parameters: INDEX (must be a positive integer) and PASSWORD\n"
+ "Requires a password for verification.\n"
+ "Parameters: PREFIX_INDEX + INDEX (must be a positive integer) and PREFIX_PASSWORD + PASSWORD\n"
+ "Example: " + COMMAND_WORD + " i/1 x/12345";

public static final String MESSAGE_DELETE_LOAN_SUCCESS = "Deleted Loan: %1$s";
Expand Down

0 comments on commit 191bb45

Please sign in to comment.