diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index e8b7f438c..c6b621a4d 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -305,8 +305,7 @@ Balance changes in 2008: ------------++--------------------------------------------------- || $-1 $1 0 0 0 0 -# Average is rounded to the dollar here since all journal amounts are - +(Average is rounded to the dollar here since all journal amounts are) ``` Limitations: diff --git a/hledger/Hledger/Cli/Commands/Print.md b/hledger/Hledger/Cli/Commands/Print.md index bc878fb41..c5b31d1af 100644 --- a/hledger/Hledger/Cli/Commands/Print.md +++ b/hledger/Hledger/Cli/Commands/Print.md @@ -63,7 +63,7 @@ Eg: ```shell $ hledger -f bank1.csv print --new -# shows transactions added since last print --new on this file +(shows transactions added since last print --new on this file) ``` This assumes that transactions added to FILE always have same or increasing dates,