Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
kngys committed Nov 6, 2024
1 parent 41559d7 commit b67cf20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public class AddTransactionCommand extends Command {
+ PREFIX_OTHER_PARTY + "OTHER PARTY "
+ PREFIX_DATE + "DATE\n"
+ "Example: " + COMMAND_WORD + " 1 "
+ PREFIX_DESCRIPTION + "buy raw materials "
+ PREFIX_AMOUNT + "-100.50 "
+ PREFIX_DESCRIPTION + "buy new equipment "
+ PREFIX_AMOUNT + "-1000.55 "
+ PREFIX_OTHER_PARTY + "Company XYZ "
+ PREFIX_DATE + "2024-10-10";

Expand Down

0 comments on commit b67cf20

Please sign in to comment.