From a388d0e21d4cfcec16c7c7f2a9c5b437a6b9dd59 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 26 Jan 2015 09:52:46 -0800 Subject: [PATCH] doc: small fixes --- doc/manual.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual.md b/doc/manual.md index 62c54fd16..061d0fdbd 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -459,9 +459,9 @@ It can be used for - massaging reports, both cosmetic changes and deeper ones ("combine these separate accounts into one") An account alias can be defined on the command line: - - $ hledger --alias 'REGEX=REPLACEMENT' balance - +```shell +$ hledger --alias 'REGEX=REPLACEMENT' balance +``` or with a directive in the journal file: ``` alias REGEX = REPLACEMENT @@ -993,7 +993,7 @@ Here's [an example](step-by-step.html#record-a-transaction-with-hledger-add). ### Reports Here are the built-in commands for reporting useful information from your journal, -which hledger's main purpose. (The original commands inherited from Ledger were, simplest first: +(hledger's main function). (The original commands inherited from Ledger were, simplest first: [print](#print), [register](#register) and [balance](#balance).) #### accounts