docs: warn about space in --width option

This commit is contained in:
Simon Michael 2012-12-28 17:21:48 +00:00
parent 1e41ba619a
commit 98358acd5e

View File

@ -758,7 +758,8 @@ summary postings within each interval:
The `--width`/`-w` option adjusts the width of the output. By default, The `--width`/`-w` option adjusts the width of the output. By default,
this is 80 characters. To allow more space for descriptions and account this is 80 characters. To allow more space for descriptions and account
names, use `-w` to increase the width to 120 characters, or `-wN` to set names, use `-w` to increase the width to 120 characters, or `-wN` to set
any desired width (at least 50 recommended). any desired width (at least 50 recommended, with no space before the N -
eg `-w200` or `--width=200`,
The `--related`/`-r` flag shows the *other* postings in the transactions The `--related`/`-r` flag shows the *other* postings in the transactions
of the postings which would normally be shown. of the postings which would normally be shown.