diff options
author | login <login@tilde.team> | 2020-02-04 10:39:43 +0000 |
---|---|---|
committer | login <login@tilde.team> | 2020-02-04 10:39:43 +0000 |
commit | fb5200c58d8c2dcae4c196d9a2d5f800f7facded (patch) | |
tree | aff44a898551d11f3c1a4175011010f19eae9305 | |
parent | 86628a38e3aca545eb8c581c6147cb468d77e06e (diff) | |
download | tcoin-fb5200c58d8c2dcae4c196d9a2d5f800f7facded.tar.gz |
Minor grammatical correction
Just added a period/fullstop to the message in the show_balances() function.
-rw-r--r-- | tcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcoin.cpp b/tcoin.cpp index 35cd6d8..163323a 100644 --- a/tcoin.cpp +++ b/tcoin.cpp @@ -393,7 +393,7 @@ void show_balance(char const* username, const long long int &amount, const long show_breakdown(amount0, amount0_source, amount1, amount1_source, amount2, amount2_source, amount3, amount3_source, amount4, amount4_source); - std::cout << "\nThe command to send tildecoins to other users is `tcoin send <username> <amount>` or `tcoin -s <username> <amount>`"; + std::cout << "\nThe command to send tildecoins to other users is `tcoin send <username> <amount>` or `tcoin -s <username> <amount>`."; std::cout << "\nThe command to log out of tildecoin is `tcoin off`.\n\n"; } |