CS2103-AY1819S2-W17-3 / main

💸💵💸 In-Credit-ble Finance Application (Adapted from AddressBook4)
https://cs2103-ay1819s2-w17-3.github.io/main/
MIT License
0 stars 5 forks source link

Set usage message is not correct #163

Closed nus-se-bot closed 5 years ago

nus-se-bot commented 5 years ago

Describe the bug In the error message of set command, instead of saying 'Example: set $/500.50' it says' Example: set $/$500.50'

To Reproduce 1- press set /50 2- error is shown: set: Sets the budget for finance tracker. Parameters: $/AMOUNT Example: set $/$500.50 3- press set $/$50 4- error is shown instead of accepting the input: Amount is a positive number, with either 2 decimal place or none.

Expected behavior error message should be fixed to: Sets the budget for finance tracker. Parameters: $/AMOUNT Example: set $/500.50


Reported by: @barisbatuhan Severity: Low

[original: nus-cs2103-AY1819S2/pe-dry-run#331]

eugeneyl commented 5 years ago

Usage Message for set is corrected. #194